Kaydet (Commit) ada60644 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix weird indentation

Change-Id: I291856b9f37ea967c1f8d44cce05f53b52ed8b75
üst 5272f275
...@@ -6528,13 +6528,13 @@ if test "$ENABLE_JAVA" != ""; then ...@@ -6528,13 +6528,13 @@ if test "$ENABLE_JAVA" != ""; then
if test -z "$with_jdk_home"; then if test -z "$with_jdk_home"; then
# Currently only auto-detects 32-bit JDK # Currently only auto-detects 32-bit JDK
for ver in 1.7 1.6 1.5 1.4 1.3; do for ver in 1.7 1.6 1.5 1.4 1.3; do
reg_get_value "HKEY_LOCAL_MACHINE/SOFTWARE/JavaSoft/Java Development Kit/$ver/JavaHome" reg_get_value "HKEY_LOCAL_MACHINE/SOFTWARE/JavaSoft/Java Development Kit/$ver/JavaHome"
if test -n "$regvalue"; then if test -n "$regvalue"; then
_jdk_home=$regvalue _jdk_home=$regvalue
break break
fi fi
done done
if test -f "$_jdk_home/lib/jvm.lib" -a -f "$_jdk_home/bin/java.exe"; then if test -f "$_jdk_home/lib/jvm.lib" -a -f "$_jdk_home/bin/java.exe"; then
with_jdk_home="$_jdk_home" with_jdk_home="$_jdk_home"
howfound="found automatically" howfound="found automatically"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment