summaryrefslogtreecommitdiff
path: root/net-p2p/phex/files/wrapper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/phex/files/wrapper.sh')
-rw-r--r--net-p2p/phex/files/wrapper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/phex/files/wrapper.sh b/net-p2p/phex/files/wrapper.sh
index aab757cc6841..0f4e2ba5d1b1 100644
--- a/net-p2p/phex/files/wrapper.sh
+++ b/net-p2p/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} "${@}"