We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 101597d commit db1af8fCopy full SHA for db1af8f
1 file changed
src/main/resources/com/typesafe/sbt/packager/archetypes/scripts/ash-template
@@ -176,4 +176,4 @@ java_cmd="$(get_java_cmd)"
176
[ -f "$script_conf_file" ] && opts=$(loadConfigFile "$script_conf_file")
177
178
eval "set -- $residual_args"
179
-exec $java_cmd $java_opts -classpath $app_classpath $opts $app_mainclass $app_commands "$@"
+exec "$java_cmd" $java_opts -classpath $app_classpath $opts $app_mainclass $app_commands "$@"
0 commit comments