mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-01-18 23:41:38 +00:00
Use "$@" instead of $*.
This commit is contained in:
parent
7ee419c0fb
commit
2d7f2ce464
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ fi
|
|||
ulimit -c unlimited
|
||||
|
||||
# run quake 2
|
||||
./quake2 $*
|
||||
./quake2 "$@"
|
||||
|
||||
<<<<<<< HEAD
|
||||
# if gnome-screensaver was running..
|
||||
|
|
Loading…
Reference in a new issue