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 d7ac19a commit cff95b9Copy full SHA for cff95b9
src/universalJavaApplicationStub
@@ -246,6 +246,7 @@ if [ $exitcode -eq 0 ]; then
246
247
# read options file name
248
JVMOptionsFile=$(plist_get_java ':JVMOptionsFile')
249
+ JVMOptionsFile=$(eval echo "${JVMOptionsFile}")
250
251
# read bootstrap script file name
252
BootstrapScript=$(plist_get_java ':BootstrapScript')
@@ -313,6 +314,7 @@ else
313
314
315
316
JVMOptionsFile=$(plist_get ':JVMOptionsFile')
317
318
319
320
BootstrapScript=$(plist_get ':BootstrapScript')
0 commit comments