aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@fb53df36-e548-4a1e-8150-ab98cbd5e786>2015-06-09 15:13:03 +0000
committerknarf <knarf@fb53df36-e548-4a1e-8150-ab98cbd5e786>2015-06-09 15:13:03 +0000
commit6818372540cefb806fe9482c1fe5db5c57b80ee3 (patch)
tree107730df2ee958a449f3ed3342db7694f8f8845b
parent4aa5efb8c536c262124cf9d57e59b529d2f28d5f (diff)
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
-rwxr-xr-xsrc/detect.sh2
1 files changed, 1 insertions, 1 deletions
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