From 0b384fde0581d89fba93b595a3815113cc6f9180 Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev Date: Thu, 30 Apr 2020 19:05:36 +0300 Subject: [PATCH] get back set -e to java-tools.sh --- images/linux/scripts/installers/java-tools.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/images/linux/scripts/installers/java-tools.sh b/images/linux/scripts/installers/java-tools.sh index fc8138e3d..340998d84 100644 --- a/images/linux/scripts/installers/java-tools.sh +++ b/images/linux/scripts/installers/java-tools.sh @@ -7,6 +7,8 @@ # Source the helpers for use with the script source $HELPER_SCRIPTS/document.sh +set -e + DEFAULT_JDK_VERSION=8 # Install the Azul Systems Zulu JDKs