X-Git-Url: http://git.grml.org/?p=grml-scripts.git;a=blobdiff_plain;f=usr_bin%2Fsay;h=9041d0808d3e7c7383cbc427feea3ee152d75cd1;hp=4985ce6d871000d45e6706d73679ce170dba9dab;hb=24c1bd1dc1799b4124782c9f66267d2c4f974bb7;hpb=e720deae78f1eda5e6f62629606c194f16796762 diff --git a/usr_bin/say b/usr_bin/say index 4985ce6..9041d08 100755 --- a/usr_bin/say +++ b/usr_bin/say @@ -4,10 +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: Son Jän 30 14:38:30 CET 2005 [mika] +# Latest change: Die Feb 06 20:38:24 CET 2007 [mika] ################################################################################ -if [[ "$#" -eq '0' ]] ; then +if [ $# -eq 0 ] ; then echo "Usage: $0 " exit -1 fi