Skip to content

Commit cff95b9

Browse files
committed
upgrade to 3.3.0 and fix JVMOptionsFile variable expansion
1 parent d7ac19a commit cff95b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/universalJavaApplicationStub

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ if [ $exitcode -eq 0 ]; then
246246

247247
# read options file name
248248
JVMOptionsFile=$(plist_get_java ':JVMOptionsFile')
249+
JVMOptionsFile=$(eval echo "${JVMOptionsFile}")
249250

250251
# read bootstrap script file name
251252
BootstrapScript=$(plist_get_java ':BootstrapScript')
@@ -313,6 +314,7 @@ else
313314

314315
# read options file name
315316
JVMOptionsFile=$(plist_get ':JVMOptionsFile')
317+
JVMOptionsFile=$(eval echo "${JVMOptionsFile}")
316318

317319
# read bootstrap script file name
318320
BootstrapScript=$(plist_get ':BootstrapScript')

0 commit comments

Comments
 (0)