summaryrefslogtreecommitdiff
path: root/java/eclipse
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2016-10-17 04:00:20 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2016-10-17 04:00:20 +0000
commitbbc0e7b3768fd407bc6823461ac9cb1e90fe2785 (patch)
tree473bf3e9dcb8e4384639fc0f62e42d482a77f975 /java/eclipse
parent- Update to 1.20160612 (diff)
- Double-quote $@ to properly propagate parameters down the execution path
- Consistently pad (separate) shebang in wrapper scripts with an empty line
Diffstat (limited to 'java/eclipse')
-rw-r--r--java/eclipse/files/eclipse.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/eclipse/files/eclipse.in b/java/eclipse/files/eclipse.in
index f3c54f4c6d70..10505f2270e7 100644
--- a/java/eclipse/files/eclipse.in
+++ b/java/eclipse/files/eclipse.in
@@ -43,4 +43,4 @@ if [ ! -x "${ECLIPSE_HOME}/eclipse" ]; then
exit 1
fi
-JAVA_VERSION="%%JAVA_VERSION%%" JAVA_OS="%%JAVA_OS%%" PATH=${JAVA_HOME}/bin:${PATH} %%SWTGTK3OPT%% exec "${ECLIPSE_HOME}/eclipse" $@
+JAVA_VERSION="%%JAVA_VERSION%%" JAVA_OS="%%JAVA_OS%%" PATH=${JAVA_HOME}/bin:${PATH} %%SWTGTK3OPT%% exec "${ECLIPSE_HOME}/eclipse" "$@"