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 /net/phex | |
parent | 54b5ff2c6a75a05566dba4064383d8732dccd782 (diff) |
Notes
Diffstat (limited to 'net/phex')
-rw-r--r-- | net/phex/files/wrapper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/phex/files/wrapper.sh b/net/phex/files/wrapper.sh index aab757cc6841..0f4e2ba5d1b1 100644 --- a/net/phex/files/wrapper.sh +++ b/net/phex/files/wrapper.sh @@ -5,4 +5,4 @@ JAVAVM="%%JAVAVM%%" JAR_DIR="%%JAR_DIR%%" JAR_FILE="%%JAR_FILE%%" -${JAVAVM} -jar ${PREFIX}/${JAR_DIR}/${JAR_FILE} $* +${JAVAVM} -jar ${PREFIX}/${JAR_DIR}/${JAR_FILE} "${@}" |