Added $* to the call of the actual binary so that additional flags can
be passed to STK. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9505 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
2172f1c4df
commit
a8f624b9de
@ -19,5 +19,5 @@ cd $GAMEDIR
|
||||
# export game library directory
|
||||
test -n "${LIBDIR}" && export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${GAMEDIR}/${LIBDIR}"
|
||||
|
||||
bin/supertuxkart
|
||||
bin/supertuxkart $*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user