X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=usr_bin%2Fsay;h=4d18e44e3c43f03136213ad6451eb9ee80579fa4;hb=bc0608146bea21c8b228061329c119cc3874cf82;hp=4985ce6d871000d45e6706d73679ce170dba9dab;hpb=e720deae78f1eda5e6f62629606c194f16796762;p=grml-scripts-core.git diff --git a/usr_bin/say b/usr_bin/say index 4985ce6..4d18e44 100755 --- a/usr_bin/say +++ b/usr_bin/say @@ -4,10 +4,9 @@ # 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 fi