X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=usr_bin%2Fgetsf;h=dbf9a20f5d08db96920b167a82f50f30508294f6;hb=refs%2Ftags%2Fv1.1.25;hp=9d77fc1fbbef637e6ec13f26760ce3a596d262f9;hpb=03fcacf4cdf6ed30709d2639436870f906b8f1c9;p=grml-scripts-core.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