From 7091f47876880d2aaebd1804fd3d1f002c855273 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 16 Jun 2020 12:54:30 -0400 Subject: [PATCH] minor edit, awaiting code --- scripts/customize/fred/java_profile.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/customize/fred/java_profile.sh b/scripts/customize/fred/java_profile.sh index b8e71a33..92a4f52a 100644 --- a/scripts/customize/fred/java_profile.sh +++ b/scripts/customize/fred/java_profile.sh @@ -32,6 +32,11 @@ function intuition_failure() # this bin portion works for most javas... export JAVA_BIN_PIECE=bin +# try using java itself if we can. +#if [ ! -d "$JAVA_HOME" ]; then + +#fi + if [ ! -d "$JAVA_HOME" ]; then # try a recent version. export JAVA_HOME=/usr/lib/jvm/java-8-oracle -- 2.34.1