scripts/functions
changeset 3040 987ff9768880
parent 2967 04092e6b82ca
child 3048 2858a24a5846
     1.1 --- a/scripts/functions	Sun May 06 16:42:59 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