diff options
author | Slashbunny | 2009-12-22 20:21:17 -0500 |
---|---|---|
committer | Slashbunny | 2009-12-22 20:21:17 -0500 |
commit | ee7b2ca0f8a525008ba440dc8b9bc0a57d190d30 (patch) | |
tree | 9520b97516683de08a544d1abcbac870fa241e22 /doom3.launcher | |
parent | 574c68e23f107fa24d254ce34eb87b1bb594fa55 (diff) | |
download | aur-ee7b2ca0f8a525008ba440dc8b9bc0a57d190d30.tar.gz |
Fixed way arguments are passed to scripts in launcher files
Diffstat (limited to 'doom3.launcher')
-rw-r--r-- | doom3.launcher | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doom3.launcher b/doom3.launcher index f75e20a27e55..b08e30421db6 100644 --- a/doom3.launcher +++ b/doom3.launcher @@ -2,6 +2,6 @@ cd "/opt/doom3" export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. -exec ./doom.x86 $* +exec ./doom.x86 "$@" exit $? |