The following commit has been merged in the master branch:
commit 532e02b32a738caabfc194a464a17450b343c7b3
Author: Jon Dowland <[email protected]>
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

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

Reply via email to