Skip to content

Commit 9e3e660

Browse files
yannsmuuki88
authored andcommitted
do not break arguments with spaces inside (#1095)
Fix #1094
1 parent adc3594 commit 9e3e660

File tree

1 file changed

+1
-1
lines changed
  • src/main/resources/com/typesafe/sbt/packager/archetypes/scripts

1 file changed

+1
-1
lines changed

src/main/resources/com/typesafe/sbt/packager/archetypes/scripts/ash-template

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ ${{template_declares}}
5555
# If a configuration file exist, read the contents to $opts
5656
[ -f "$script_conf_file" ] && opts=$(loadConfigFile "$script_conf_file")
5757

58-
exec java $java_opts -classpath $app_classpath $opts $app_mainclass $@
58+
exec java $java_opts -classpath $app_classpath $opts $app_mainclass "$@"

0 commit comments

Comments
 (0)