# HG changeset patch # User "Yann E. MORIN" # Date 1345652887 -7200 # Node ID 987ff976888017062467221116082c242015537b # Parent c87cc34319ab935ec4b2c49a942ae86ed95670e2 scripts/functions: remove rude wordings Signed-off-by: "Yann E. MORIN" diff -r c87cc34319ab -r 987ff9768880 scripts/functions --- a/scripts/functions Wed Aug 22 18:08:39 2012 +0200 +++ b/scripts/functions Wed Aug 22 18:28:07 2012 +0200 @@ -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