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