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
1 changed files with 1 additions and 1 deletions

View File

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