Author: goneri
Date: 2009-04-12 00:34:18 +0000 (Sun, 12 Apr 2009)
New Revision: 9545

Modified:
   packages/trunk/teeworlds/debian/changelog
   packages/trunk/teeworlds/debian/scripts/teeworlds-server
Log:
* Fix the ouput of teeworlds-server --help with /bin/sh ->
  /bin/bash (Closes: #511600)


Modified: packages/trunk/teeworlds/debian/changelog
===================================================================
--- packages/trunk/teeworlds/debian/changelog   2009-04-12 00:29:00 UTC (rev 
9544)
+++ packages/trunk/teeworlds/debian/changelog   2009-04-12 00:34:18 UTC (rev 
9545)
@@ -1,3 +1,10 @@
+teeworlds (0.5.1-2) unstable; urgency=low
+
+  * Fix the ouput of teeworlds-server --help with /bin/sh ->
+    /bin/bash (Closes: #511600)
+
+ -- Gonéri Le Bouder <[email protected]>  Sun, 12 Apr 2009 02:32:37 +0200
+
 teeworlds (0.5.1-1) unstable; urgency=low
 
   * New upstream release (Closes: #511875, #517002)

Modified: packages/trunk/teeworlds/debian/scripts/teeworlds-server
===================================================================
--- packages/trunk/teeworlds/debian/scripts/teeworlds-server    2009-04-12 
00:29:00 UTC (rev 9544)
+++ packages/trunk/teeworlds/debian/scripts/teeworlds-server    2009-04-12 
00:34:18 UTC (rev 9545)
@@ -22,7 +22,7 @@
        fi
        case "$1" in
                -h|--help)
-                       echo ${EXCUSE}
+                       echo -e ${EXCUSE}
                        exit 0
                        ;;
                -q|--quiet)


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to