[SCM] Installer for game data files branch, master, updated. fd6260f97a8ac73958ac477ee5d11fa8cde832e3
Jon Dowland
jmtd at debian.org
Wed Sep 23 13:38:16 UTC 2009
The following commit has been merged in the master branch:
commit 532e02b32a738caabfc194a464a17450b343c7b3
Author: Jon Dowland <jmtd at debian.org>
Date: Wed Jul 8 18:27:55 2009 +0000
fix bug in lib/doom-common: doom_usage goes to stderr
diff --git a/lib/doom-common b/lib/doom-common
index c4f9001..ba587f6 100644
--- a/lib/doom-common
+++ b/lib/doom-common
@@ -2,7 +2,7 @@ DEBBASE="${SHORTNAME}-wad_${GAME_PACKAGE_VERSION}_all.deb"
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() {
--
Installer for game data files
More information about the Pkg-games-commits
mailing list