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}
65
65
66
66
JVMDefaultOptions= "${vmArgs }"
67
67
JVMOptionsFile= "$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 }" )
69
69
70
70
JVMClassPath= "$BINARY "
71
71
#foreach ($classpath in $info.classpaths )
@@ -78,7 +78,7 @@ cd "$SCRIPTPATH"
78
78
79
79
#if ($info.scripts.bootstrap )
80
80
# invoke bootstrap script
81
- Bootstrap= $SCRIPTPATH / scripts/ ${info . bootstrapFile . name } && [ - x "$Bootstrap " ] && $Bootstrap
81
+ Bootstrap= " $SCRIPTPATH / scripts/ ${info . bootstrapFile . name }" && [ - x "$Bootstrap " ] && " $Bootstrap "
82
82
#end
83
83
84
84
#if ($info.administratorRequired )
You can’t perform that action at this time.
0 commit comments