aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/detect.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/detect.sh b/src/detect.sh
index 2f067ca..047e2dd 100755
--- a/src/detect.sh
+++ b/src/detect.sh
@@ -8,7 +8,7 @@
if [ "$(echo ${VERBOSE} | tr '[:upper:]' '[:lower:]')" = 'yes' ]; then
set -x # Output commands
fi
-#set -e # Abort on errors
+set -e # Abort on errors
. $CCTK_HOME/lib/make/bash_utils.sh