diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-11-20 17:08:07 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-11-20 17:08:07 +0000 |
commit | 8cb80f164d599e2a0997c739c5ca71d49afa84e1 (patch) | |
tree | 5650778dd3dc1cfd870e4598866244508ac451b1 /net-p2p/phex/files/wrapper.sh | |
parent | Actually build instead of just using shipped bytecode (diff) |
o Update to 0.6
o Let the java program receive parameters through the wrapper script
Diffstat (limited to '')
-rw-r--r-- | net-p2p/phex/files/wrapper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/phex/files/wrapper.sh b/net-p2p/phex/files/wrapper.sh index bc546605ffb1..aab757cc6841 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} $* |