diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-16 02:18:14 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-16 02:18:14 +0000 |
commit | 87879dbfdd2155bc9a8c80296ce9f7fa8353eeec (patch) | |
tree | d15057a61367c1ee47626236f1e901cdcf2f0c9f /graphics/aoi | |
parent | 54b5ff2c6a75a05566dba4064383d8732dccd782 (diff) | |
download | ports-87879dbfdd2155bc9a8c80296ce9f7fa8353eeec.tar.gz ports-87879dbfdd2155bc9a8c80296ce9f7fa8353eeec.zip |
Notes
Diffstat (limited to 'graphics/aoi')
-rw-r--r-- | graphics/aoi/files/wrapper.sh | 2 |
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} "${@}" ) |