scripts/functions: remove rude wordings
author"Yann E. MORIN" <yann.morin.1998@free.fr>
Wed Aug 22 18:28:07 2012 +0200 (2012-08-22)
changeset 3040987ff9768880
parent 3039 c87cc34319ab
child 3041 b9f695c2f5b7
scripts/functions: remove rude wordings

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
scripts/functions
     1.1 --- a/scripts/functions	Wed Aug 22 18:08:39 2012 +0200
     1.2 +++ b/scripts/functions	Wed Aug 22 18:28:07 2012 +0200
     1.3 @@ -271,9 +271,8 @@
     1.4      return 0
     1.5  }
     1.6  
     1.7 -# Search a program: wrap "which" for those system where
     1.8 -# "which" verbosely says there is no match (Mandriva is
     1.9 -# such a sucker...)
    1.10 +# Search a program: wrap "which" for those system where "which"
    1.11 +# verbosely says there is no match (such as on Mandriva).
    1.12  # Usage: CT_Which <filename>
    1.13  CT_Which() {
    1.14    which "$1" 2>/dev/null || true