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:
hikerstk 2011-08-15 06:25:15 +00:00
parent 2172f1c4df
commit a8f624b9de

View File

@ -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 $*