aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@fb53df36-e548-4a1e-8150-ab98cbd5e786>2015-06-09 15:29:17 +0000
committerknarf <knarf@fb53df36-e548-4a1e-8150-ab98cbd5e786>2015-06-09 15:29:17 +0000
commita0b7d0398a2b12566b86abf4c98f6e6d03184d35 (patch)
treec4c2c67ad86ef955e5fc91422c6c7a263b74a2a2
parent6818372540cefb806fe9482c1fe5db5c57b80ee3 (diff)
enable error aborts again
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@113 fb53df36-e548-4a1e-8150-ab98cbd5e786
-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