summaryrefslogtreecommitdiff
path: root/games/quake3arena
diff options
context:
space:
mode:
authorabs <abs>2002-03-12 15:01:34 +0000
committerabs <abs>2002-03-12 15:01:34 +0000
commit93e978affbe018b417b510f3ee74e3652d099818 (patch)
tree4e1605563492009a069da52802cf1c168de46e18 /games/quake3arena
parent9d4d828459e4e3fa926edf12b2564b08e5bb72e6 (diff)
downloadpkgsrc-93e978affbe018b417b510f3ee74e3652d099818.tar.gz
quote $@ correctly
Diffstat (limited to 'games/quake3arena')
-rw-r--r--games/quake3arena/files/wrapper.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/quake3arena/files/wrapper.sh b/games/quake3arena/files/wrapper.sh
index 05fa0c78398..dd2c613cb8f 100644
--- a/games/quake3arena/files/wrapper.sh
+++ b/games/quake3arena/files/wrapper.sh
@@ -1,5 +1,5 @@
#!/bin/sh -e
-# $NetBSD: wrapper.sh,v 1.1.1.1 2000/12/13 23:58:32 wiz Exp $
+# $NetBSD: wrapper.sh,v 1.2 2002/03/12 15:01:35 abs Exp $
# Simple wrapper for lokigames @@BINNAME@@
# linux binary calls mkdir for this with a trailing '/'
@@ -7,4 +7,4 @@ if [ ! -d $HOME/.loki ];then
mkdir $HOME/.loki
fi
cd @@LIBDIR@@
-exec ./@@BINNAME@@ $@
+exec ./@@BINNAME@@ "$@"