summarylogtreecommitdiffstats
path: root/metals-client.sh
diff options
context:
space:
mode:
Diffstat (limited to 'metals-client.sh')
-rwxr-xr-xmetals-client.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/metals-client.sh b/metals-client.sh
index f35c18f26b5f..10c337eae9d9 100755
--- a/metals-client.sh
+++ b/metals-client.sh
@@ -40,8 +40,7 @@ function ensure_java_8 {
fi
fi
done
- echo 'Unable to find local Java 8 Runtime. This is probably a bug with the Arch Linux launcher script. Please report it at https://aur.archlinux.org/packages/metals' 1>&2
- exit 1
+ echo 'Unable to find a Java 8 environment with certainty. Attempt to use the current environment.' 1>&2
fi
}