diff options
Diffstat (limited to 'scripts/functions')
-rw-r--r-- | scripts/functions | 5 |
1 files changed, 2 insertions, 3 deletions
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 <filename> CT_Which() { which "$1" 2>/dev/null || true |