X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=usr_bin%2Fgetsf;h=dbf9a20f5d08db96920b167a82f50f30508294f6;hb=0833583263cbd872fd5990667f2afb2553c68d53;hp=9d77fc1fbbef637e6ec13f26760ce3a596d262f9;hpb=e720deae78f1eda5e6f62629606c194f16796762;p=grml-scripts.git diff --git a/usr_bin/getsf b/usr_bin/getsf index 9d77fc1..dbf9a20 100755 --- a/usr_bin/getsf +++ b/usr_bin/getsf @@ -4,11 +4,10 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Fre Sep 29 13:56:15 CEST 2006 [mika] ################################################################################ -if ! type wget 1>&/dev/null 2>&1 ; then - echo "Binary wget not available. Exiting." 1>&2 +if ! which wget >/dev/null 2>&1 ; then + echo "wget is not available. Exiting." 1>&2 exit 1 fi