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