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/intellij/files/idea.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'java/intellij/files') diff --git a/java/intellij/files/idea.in b/java/intellij/files/idea.in index b4ba5da0e1a1..0b0ad81de31c 100644 --- a/java/intellij/files/idea.in +++ b/java/intellij/files/idea.in @@ -1,2 +1,3 @@ #!/bin/sh -exec "%%IDEA_HOME%%/bin/idea.sh" $@ + +exec "%%IDEA_HOME%%/bin/idea.sh" "$@" -- cgit v1.2.3