X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=usr_bin%2Fsay;h=0f3bf1601908f44f8641058ef58a6968249ad935;hb=50a1a137fe55cd7c40265e65ccc307b687de4127;hp=4985ce6d871000d45e6706d73679ce170dba9dab;hpb=e720deae78f1eda5e6f62629606c194f16796762;p=grml-scripts.git diff --git a/usr_bin/say b/usr_bin/say index 4985ce6..0f3bf16 100755 --- a/usr_bin/say +++ b/usr_bin/say @@ -4,12 +4,11 @@ # 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: Son Jän 30 14:38:30 CET 2005 [mika] ################################################################################ -if [[ "$#" -eq '0' ]] ; then +if [ $# -eq 0 ] ; then echo "Usage: $0 " - exit -1 + exit 1 fi if [ -x /usr/bin/flite ] ; then