diff -r 04092e6b82ca -r 987ff9768880 scripts/functions --- a/scripts/functions Sun May 06 16:42:59 2012 +0200 +++ b/scripts/functions Wed Aug 22 18:28:07 2012 +0200 @@ -271,9 +271,8 @@ return 0 } -# Search a program: wrap "which" for those system where -# "which" verbosely says there is no match (Mandriva is -# such a sucker...) +# Search a program: wrap "which" for those system where "which" +# verbosely says there is no match (such as on Mandriva). # Usage: CT_Which CT_Which() { which "$1" 2>/dev/null || true