Add lodgeit to grml-scripts
[grml-scripts.git] / usr_bin / say
index 9041d08..0f3bf16 100755 (executable)
@@ -4,12 +4,11 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Die Feb 06 20:38:24 CET 2007 [mika]
 ################################################################################
 
 if [ $# -eq 0 ] ; then
   echo "Usage: $0 <text_to_say>"
-  exit -1
+  exit 1
 fi
 
 if [ -x /usr/bin/flite ] ; then