diff -r 04092e6b82ca -r ff167977b163 scripts/functions --- a/scripts/functions Sun May 06 16:42:59 2012 +0200 +++ b/scripts/functions Wed Aug 22 12:26:10 2012 -0700 @@ -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