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

Jon Dowland jmtd at debian.org
Wed Sep 23 07:20:03 UTC 2009


The following commit has been merged in the master branch:
commit 57929f306f99894dc1e5bda610df63d47809225c
Author: Jon Dowland <jmtd at debian.org>
Date:   Thu Sep 3 21:59:26 2009 +0000

    print usage when unrecognised game

diff --git a/game-data-packager b/game-data-packager
index 0a4983a..8c1a1c6 100755
--- a/game-data-packager
+++ b/game-data-packager
@@ -72,6 +72,7 @@ shift
 
 if [ ! -f "$SUPPORTED/$GAME" ]; then
 	echo "unknown option or game '$GAME'" >&2
+	usage >&2
 	supported >&2
 	exit 1
 fi

-- 
Installer for game data files



More information about the Pkg-games-commits mailing list