summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/functions5
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/functions b/scripts/functions
index ae582b2..4a91f7d 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