summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-08-16 02:18:14 +0000
committerlioux <lioux@FreeBSD.org>2002-08-16 02:18:14 +0000
commitebedf264755ce48d2593cff24a790c5c99217c9a (patch)
tree6c4b59333e54781a9bbbf49a2f1f06d23d63f3d0 /graphics
parent2ac0f23ba71ff5be7bc91ad91ec26538c24fce75 (diff)
downloadFreeBSD-ports-ebedf264755ce48d2593cff24a790c5c99217c9a.zip
FreeBSD-ports-ebedf264755ce48d2593cff24a790c5c99217c9a.tar.gz
Replace sh shell parameter $* with safer "${@}"
Diffstat (limited to 'graphics')
-rw-r--r--graphics/aoi/files/wrapper.sh2
-rw-r--r--graphics/linux-divxplayer/files/wrapper.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/aoi/files/wrapper.sh b/graphics/aoi/files/wrapper.sh
index b4039bc..5252f68 100644
--- a/graphics/aoi/files/wrapper.sh
+++ b/graphics/aoi/files/wrapper.sh
@@ -6,4 +6,4 @@ JAR_DIR="%%JAR_DIR%%"
JAR_FILE="%%JAR_FILE%%"
( cd ${PREFIX}/${JAR_DIR} && \
- ${JAVAVM} -jar ${PREFIX}/${JAR_DIR}/${JAR_FILE} $* )
+ ${JAVAVM} -jar ${PREFIX}/${JAR_DIR}/${JAR_FILE} "${@}" )
diff --git a/graphics/linux-divxplayer/files/wrapper.sh b/graphics/linux-divxplayer/files/wrapper.sh
index 5b56eef..06da03f 100644
--- a/graphics/linux-divxplayer/files/wrapper.sh
+++ b/graphics/linux-divxplayer/files/wrapper.sh
@@ -11,4 +11,4 @@ then
rm -f ~/.divxPlayer/DivXPlayer.dbf
fi
-exec ${PROGRAM}.bin ${*}
+exec ${PROGRAM}.bin "${@}"
OpenPOWER on IntegriCloud