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

Commit 2603b76

Browse files
committed
bugfix for version 0.6.3
so obvious! 😲 Thanks to Philipp Holzschneider for reporting this!
1 parent 2146ff4 commit 2603b76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/universalJavaApplicationStub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ CFBundleIconFile=`/usr/libexec/PlistBuddy -c "print :CFBundleIconFile" "${InfoPl
112112

113113

114114
# check Info.plist for Apple style Java keys -> if key :Java is present, parse in apple mode
115-
/usr/libexec/PlistBuddy -c "print :Java" > /dev/null 2>&1
115+
/usr/libexec/PlistBuddy -c "print :Java" "${InfoPlistFile}" > /dev/null 2>&1
116116
exitcode=$?
117117

118118
# read Info.plist in Apple style if exit code returns 0 (true, :Java key is present)

0 commit comments

Comments
 (0)