You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
# use this compatible version only if the above returned empty or if the version number is higher
426
-
if [ -z${JAVACMD} ] || [ ${this_java_ver}-ge${JAVACMD_version} ] ;then
426
+
if [ -z"${JAVACMD}" ] || [ ${this_java_ver}-ge${JAVACMD_version} ] ;then
427
427
JAVACMD="${apple_jre_plugin}"
428
428
JAVACMD_version=${this_java_ver}
429
429
fi
430
430
fi
431
431
432
-
if [ -z"$JAVACMD" ] ;then
432
+
if [ -z"${JAVACMD}" ] ;then
433
433
# display human readable java version (#28)
434
434
java_version_hr=`echo ${JVMVersion}| sed -E 's/[0-9]\.([0-9+*]+)/ \1/g'| sed "s/+/ ${MSG_JAVA_VERSION_OR_LATER}/"| sed "s/*/ ${MSG_JAVA_VERSION_LATEST}/"`
0 commit comments