[SCM] Installer for game data files branch, master, updated. fd6260f97a8ac73958ac477ee5d11fa8cde832e3
Jon Dowland
jmtd at debian.org
Wed Sep 23 13:38:21 UTC 2009
The following commit has been merged in the master branch:
commit fd6260f97a8ac73958ac477ee5d11fa8cde832e3
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