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

Commit 73835fc

Browse files
committed
fix indentation fix
1 tab instead of 2 tabs instead of 4 spaces refs 367fc25
1 parent a67d2f6 commit 73835fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/universalJavaApplicationStub

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# #
1414
# @author Tobias Fischer #
1515
# @url https://github.com/tofi86/universalJavaApplicationStub #
16-
# @date 2015-09-29 #
16+
# @date 2015-10-08 #
1717
# @version 0.9.0 #
1818
# #
1919
# #
@@ -185,8 +185,8 @@ if [ $exitcode -eq 0 ]; then
185185
# replace occurences of $APP_ROOT with its content
186186
JVMArguments=`eval "echo ${JVMArguments}"`
187187

188-
# read the Java version we want to find
189-
JVMVersion=`/usr/libexec/PlistBuddy -c "print ${JavaKey}:JVMVersion" "${InfoPlistFile}" 2> /dev/null | xargs`
188+
# read the Java version we want to find
189+
JVMVersion=`/usr/libexec/PlistBuddy -c "print ${JavaKey}:JVMVersion" "${InfoPlistFile}" 2> /dev/null | xargs`
190190

191191
# read Info.plist in Oracle style
192192
else

0 commit comments

Comments
 (0)