From 8ec2129ced19cb8477cb1efc420de20473aee2f4 Mon Sep 17 00:00:00 2001 From: abs Date: Tue, 12 Mar 2002 15:01:34 +0000 Subject: quote $@ correctly --- games/quake3arena-demo/files/wrapper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/quake3arena-demo') 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@@ "$@" -- cgit v1.2.3