File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ export PATH=${info.envPath}
6565
6666JVMDefaultOptions= "${vmArgs }"
6767JVMOptionsFile= "$SCRIPTPATH / ${info . name }.l4 j.ini"
68- [ - f $ JVMOptionsFile ] && while read - r option; do JVMDefaultOptions+ = " $option "; done <<< $(sed "/^#.*$/d" $ JVMOptionsFile )
68+ [ - f "${ JVMOptionsFile }" ] && while read - r option; do JVMDefaultOptions+ = " $option "; done <<< $(sed "/^#.*$/d" "${ JVMOptionsFile }" )
6969
7070JVMClassPath= "$BINARY "
7171#foreach ($classpath in $info.classpaths )
@@ -78,7 +78,7 @@ cd "$SCRIPTPATH"
7878
7979#if ($info.scripts.bootstrap )
8080# invoke bootstrap script
81- Bootstrap= $SCRIPTPATH / scripts/ ${info . bootstrapFile . name } && [ - x "$Bootstrap " ] && $Bootstrap
81+ Bootstrap= " $SCRIPTPATH / scripts/ ${info . bootstrapFile . name }" && [ - x "$Bootstrap " ] && " $Bootstrap "
8282#end
8383
8484#if ($info.administratorRequired )
You can’t perform that action at this time.
0 commit comments