Use "$@" instead of $*.

This commit is contained in:
Christoph Mallon 2012-04-29 17:14:32 +02:00 committed by Yamagi Burmeister
parent 7ee419c0fb
commit 2d7f2ce464

View file

@ -22,7 +22,7 @@ fi
ulimit -c unlimited ulimit -c unlimited
# run quake 2 # run quake 2
./quake2 $* ./quake2 "$@"
<<<<<<< HEAD <<<<<<< HEAD
# if gnome-screensaver was running.. # if gnome-screensaver was running..