From a0b7d0398a2b12566b86abf4c98f6e6d03184d35 Mon Sep 17 00:00:00 2001 From: knarf Date: Tue, 9 Jun 2015 15:29:17 +0000 Subject: enable error aborts again git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@113 fb53df36-e548-4a1e-8150-ab98cbd5e786 --- src/detect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3