[wolf4sdl] 01/01: pass command line parameters along to the actual engine

Fabian Greffrath fabian-guest at moszumanska.debian.org
Thu Jan 15 13:50:43 UTC 2015


This is an automated email from the git hooks/post-receive script.

fabian-guest pushed a commit to branch master
in repository wolf4sdl.

commit 327b23520ea0b0e4a8c686899da6a29cff7adeaf
Author: Fabian Greffrath <fabian+debian at greffrath.com>
Date:   Thu Jan 15 14:50:40 2015 +0100

    pass command line parameters along to the actual engine
---
 debian/local/wolf4sdl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/local/wolf4sdl b/debian/local/wolf4sdl
index e335234..6397cd1 100755
--- a/debian/local/wolf4sdl
+++ b/debian/local/wolf4sdl
@@ -55,5 +55,5 @@ then
   echo "Could not find any supported data files in $DATADIR."
   return 1
 else
-  exec "$ENGINE"
+  exec "$ENGINE" "$@"
 fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/wolf4sdl.git



More information about the Pkg-games-commits mailing list