diff options
author | lioux <lioux@FreeBSD.org> | 2002-11-12 23:39:21 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-11-12 23:39:21 +0800 |
commit | 223bb028395971abcd0e5b06d8bf809e33f214de (patch) | |
tree | 711e122b19cc933a8f5d252f171764917ff1a7a5 /audio | |
parent | 120df295d82cfbd43ecf9bc078895c46a87abf7c (diff) | |
download | freebsd-ports-gnome-223bb028395971abcd0e5b06d8bf809e33f214de.tar.gz freebsd-ports-gnome-223bb028395971abcd0e5b06d8bf809e33f214de.tar.zst freebsd-ports-gnome-223bb028395971abcd0e5b06d8bf809e33f214de.zip |
Allow wrapper to receive command line arguments
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xnap/files/wrapper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xnap/files/wrapper.sh b/audio/xnap/files/wrapper.sh index 1b1ff7dc8859..c7f03e9fb6c8 100644 --- a/audio/xnap/files/wrapper.sh +++ b/audio/xnap/files/wrapper.sh @@ -5,4 +5,4 @@ JAVAVM="%%JAVAVM%%" JAR_DIR="%%JAR_DIR%%" JAR_FILE=xnap.jar -${JAVAVM} -jar ${PREFIX}/${JAR_DIR}/${JAR_FILE} +${JAVAVM} -jar ${PREFIX}/${JAR_DIR}/${JAR_FILE} "${@}" |