From 65b6ca816344b4a52a244c4308c71dc75811c10d Mon Sep 17 00:00:00 2001 From: Aleksandr Chebotov Date: Thu, 17 Sep 2020 17:59:39 +0300 Subject: [PATCH] add os helpers --- images/linux/scripts/installers/clang.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/images/linux/scripts/installers/clang.sh b/images/linux/scripts/installers/clang.sh index fc4f85c5a..c81cfd2a3 100644 --- a/images/linux/scripts/installers/clang.sh +++ b/images/linux/scripts/installers/clang.sh @@ -3,6 +3,10 @@ ## File: clang.sh ## Desc: Installs Clang compiler ################################################################################ +set -e + +# Source the helpers for use with the script +source $HELPER_SCRIPTS/os.sh function InstallClang { local version=$1