Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit d0e100b

Browse files
committed
bugfix for variable expansion in JVMOptions
fixes #69
1 parent 6c2794d commit d0e100b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/universalJavaApplicationStub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ exec "${JAVACMD}" \
767767
-splash:"${ResourcesFolder}/${JVMSplashFile}" \
768768
-Xdock:icon="${ResourcesFolder}/${CFBundleIconFile}" \
769769
-Xdock:name="${CFBundleName}" \
770-
${JVMOptions:+"${JVMOptions[@]}" }\
770+
${JVMOptionsArr:+"${JVMOptionsArr[@]}" }\
771771
${JVMDefaultOptions:+$JVMDefaultOptions }\
772772
"${JVMMainClass}"\
773773
${MainArgsArr:+ "${MainArgsArr[@]}"}\

0 commit comments

Comments
 (0)