diff --git a/scripts/functions b/scripts/functions index ae582b22..4a91f7d8 100644 --- a/scripts/functions +++ b/scripts/functions @@ -271,9 +271,8 @@ CT_HasOrAbort() { 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