diff options
-rw-r--r-- | games/civctp-demo/files/wrapper.sh | 4 | ||||
-rw-r--r-- | games/eus-demo/files/wrapper.sh | 4 | ||||
-rw-r--r-- | games/heretic2-demo/files/wrapper.sh | 4 | ||||
-rw-r--r-- | games/quake3arena-demo/files/wrapper.sh | 4 | ||||
-rw-r--r-- | games/quake3arena/files/wrapper.sh | 4 |
5 files changed, 10 insertions, 10 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@@ "$@" diff --git a/games/eus-demo/files/wrapper.sh b/games/eus-demo/files/wrapper.sh index 469f38ede60..c08fd209518 100644 --- a/games/eus-demo/files/wrapper.sh +++ b/games/eus-demo/files/wrapper.sh @@ -1,5 +1,5 @@ #!/bin/sh -e -# $NetBSD: wrapper.sh,v 1.1.1.1 2000/10/16 12:24:35 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@@ "$@" diff --git a/games/heretic2-demo/files/wrapper.sh b/games/heretic2-demo/files/wrapper.sh index 8b5d4345d8e..c08fd209518 100644 --- a/games/heretic2-demo/files/wrapper.sh +++ b/games/heretic2-demo/files/wrapper.sh @@ -1,5 +1,5 @@ #!/bin/sh -e -# $NetBSD: wrapper.sh,v 1.1.1.1 2000/10/16 12:24:58 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@@ "$@" diff --git a/games/quake3arena-demo/files/wrapper.sh b/games/quake3arena-demo/files/wrapper.sh index 4d649e2ed0e..dd2c613cb8f 100644 --- a/games/quake3arena-demo/files/wrapper.sh +++ b/games/quake3arena-demo/files/wrapper.sh @@ -1,5 +1,5 @@ #!/bin/sh -e -# $NetBSD: wrapper.sh,v 1.1.1.1 2000/12/09 18:25:05 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@@ "$@" 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@@ "$@" |