From bbc0e7b3768fd407bc6823461ac9cb1e90fe2785 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Mon, 17 Oct 2016 04:00:20 +0000 Subject: - Double-quote $@ to properly propagate parameters down the execution path - Consistently pad (separate) shebang in wrapper scripts with an empty line --- java/eclipse/files/eclipse.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/eclipse/files') 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" "$@" -- cgit v1.2.3