Author: pabs Date: 2009-05-23 17:22:27 +0000 (Sat, 23 May 2009) New Revision: 9783
Modified: packages/trunk/teeworlds/debian/changelog packages/trunk/teeworlds/debian/scripts/teeworlds-server Log: Fix bashism in the --help option of the teeworlds-server script (Closes: #530198) Modified: packages/trunk/teeworlds/debian/changelog =================================================================== --- packages/trunk/teeworlds/debian/changelog 2009-05-23 17:19:28 UTC (rev 9782) +++ packages/trunk/teeworlds/debian/changelog 2009-05-23 17:22:27 UTC (rev 9783) @@ -1,7 +1,12 @@ teeworlds (0.5.1-3) UNRELEASED; urgency=low + [ Gonéri Le Bouder ] * Clean the teeworld binary + [ Paul Wise ] + * Fix bashism in the --help option of the teeworlds-server script + (Closes: #530198) + -- Gonéri Le Bouder <[email protected]> Sun, 10 May 2009 23:38:35 +0200 teeworlds (0.5.1-2) unstable; urgency=low Modified: packages/trunk/teeworlds/debian/scripts/teeworlds-server =================================================================== --- packages/trunk/teeworlds/debian/scripts/teeworlds-server 2009-05-23 17:19:28 UTC (rev 9782) +++ packages/trunk/teeworlds/debian/scripts/teeworlds-server 2009-05-23 17:22:27 UTC (rev 9783) @@ -22,7 +22,7 @@ fi case "$1" in -h|--help) - echo -e ${EXCUSE} + printf "${EXCUSE}" exit 0 ;; -q|--quiet) _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

