[SCM] Installer for game data files branch, master, updated. e7c12d6c9e72866f11367b9cadaaf238d45033c3

Jon Dowland jmtd at debian.org
Wed Sep 23 07:19:52 UTC 2009


The following commit has been merged in the master branch:
commit fac839c7e0ef13b8bb4f574b0d80ed7640b98b73
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