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

Commit a2685eb

Browse files
committed
small comment + whitespace changes
1 parent a8b1a6d commit a2685eb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/universalJavaApplicationStub

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
#
5151
# resolve symlinks
52-
#####################
52+
############################################
5353

5454
PRG=$0
5555

@@ -101,11 +101,11 @@ JVMVersion=""
101101

102102

103103

104+
104105
#
105106
# read Info.plist and extract JVM options
106107
############################################
107108

108-
109109
# read the program name from CFBundleName
110110
CFBundleName=`/usr/libexec/PlistBuddy -c "print :CFBundleName" "${InfoPlistFile}"`
111111

@@ -219,7 +219,7 @@ fi
219219

220220
#
221221
# find installed Java versions
222-
#################################
222+
############################################
223223

224224
# first check system variable "$JAVA_HOME"
225225
if [ -n "$JAVA_HOME" ] ; then

0 commit comments

Comments
 (0)