From 6818372540cefb806fe9482c1fe5db5c57b80ee3 Mon Sep 17 00:00:00 2001 From: knarf Date: Tue, 9 Jun 2015 15:13:03 +0000 Subject: don't abort if shell function returns with a value git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/HDF5/trunk@112 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 047e2dd..2f067ca 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