mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +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
|
ulimit -c unlimited
|
||||||
|
|
||||||
# run quake 2
|
# run quake 2
|
||||||
./quake2 $*
|
./quake2 "$@"
|
||||||
|
|
||||||
<<<<<<< HEAD
|
<<<<<<< HEAD
|
||||||
# if gnome-screensaver was running..
|
# if gnome-screensaver was running..
|
||||||
|
|
Loading…
Reference in a new issue