summaryrefslogtreecommitdiff
path: root/games/civctp-demo/files/wrapper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'games/civctp-demo/files/wrapper.sh')
-rw-r--r--games/civctp-demo/files/wrapper.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/civctp-demo/files/wrapper.sh b/games/civctp-demo/files/wrapper.sh
index 4652652ad24..c08fd209518 100644
--- a/games/civctp-demo/files/wrapper.sh
+++ b/games/civctp-demo/files/wrapper.sh
@@ -1,5 +1,5 @@
#!/bin/sh -e
-# $NetBSD: wrapper.sh,v 1.1.1.1 2000/10/16 12:24:02 abs Exp $
+# $NetBSD: wrapper.sh,v 1.2 2002/03/12 15:01:34 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@@ "$@"