aboutsummaryrefslogtreecommitdiff
path: root/graphics/aoi
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-08-16 02:18:14 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-08-16 02:18:14 +0000
commit87879dbfdd2155bc9a8c80296ce9f7fa8353eeec (patch)
treed15057a61367c1ee47626236f1e901cdcf2f0c9f /graphics/aoi
parent54b5ff2c6a75a05566dba4064383d8732dccd782 (diff)
downloadports-87879dbfdd2155bc9a8c80296ce9f7fa8353eeec.tar.gz
ports-87879dbfdd2155bc9a8c80296ce9f7fa8353eeec.zip
Notes
Diffstat (limited to 'graphics/aoi')
-rw-r--r--graphics/aoi/files/wrapper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/aoi/files/wrapper.sh b/graphics/aoi/files/wrapper.sh
index b4039bc78c2a..5252f680d433 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} "${@}" )