summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2012-08-22 16:28:07 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2012-08-22 16:28:07 (GMT)
commitbb74a0544dffeb542ed939b82b70f437f8131be3 (patch)
treec002b4631681ca8930af195a97e5e4e8e32b745e
parenta7eb2dea728a96f3f40163a6be9b0dc692e0c652 (diff)
scripts/functions: remove rude wordings
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
-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