[game-data-packager] 01/01: Fix invocation of g-d-p with no arguments
Simon McVittie
smcv at debian.org
Sun Jan 24 15:03:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch master
in repository game-data-packager.
commit 440efb5fbee82f5293fcef06f6cf3a86e51e3b24
Author: Simon McVittie <smcv at debian.org>
Date: Sun Jan 24 15:03:18 2016 +0000
Fix invocation of g-d-p with no arguments
---
run | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/run b/run
index 77a62bb..31c3c0a 100755
--- a/run
+++ b/run
@@ -15,7 +15,7 @@ fi
export PYTHONPATH
if [ $# -eq 0 ]; then
- exec python3 -m game_data_packager
+ exec python3 -m game_data_packager.command_line
fi
case "$1" in
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git
More information about the Pkg-games-commits
mailing list