r9990 - packages/branches/game-data-packager/rott/lib
Jon Dowland
jmtd at alioth.debian.org
Wed Jul 8 18:27:56 UTC 2009
Author: jmtd
Date: 2009-07-08 18:27:55 +0000 (Wed, 08 Jul 2009)
New Revision: 9990
Modified:
packages/branches/game-data-packager/rott/lib/doom-common
Log:
fix bug in lib/doom-common: doom_usage goes to stderr
Modified: packages/branches/game-data-packager/rott/lib/doom-common
===================================================================
--- packages/branches/game-data-packager/rott/lib/doom-common 2009-07-08 18:27:37 UTC (rev 9989)
+++ packages/branches/game-data-packager/rott/lib/doom-common 2009-07-08 18:27:55 UTC (rev 9990)
@@ -2,7 +2,7 @@
doom_usage() {
echo "${SHORTNAME} arguments:" >&2
- printf "\twadfile - path to a ${SHORTNAME}.wad\n"
+ printf "\twadfile - path to a ${SHORTNAME}.wad\n" >&2
}
verify_args() {
More information about the Pkg-games-commits
mailing list