aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@105869f7-3296-0410-a4ea-f4349344b45a>2012-01-04 22:58:32 +0000
committereschnett <eschnett@105869f7-3296-0410-a4ea-f4349344b45a>2012-01-04 22:58:32 +0000
commit7e78ff525ffb9974d60161d446efb980bfe32cbb (patch)
tree048bd20b74ce097ade9040880f2a00c23167b95e
parent57b0a959230142690db85732a25070121323580e (diff)
Make building with the Vectors thorn quieter
git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/Vectors/trunk@46 105869f7-3296-0410-a4ea-f4349344b45a
-rw-r--r--configure.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.sh b/configure.sh
index dffbb92..1555570 100644
--- a/configure.sh
+++ b/configure.sh
@@ -1,7 +1,9 @@
#! /bin/bash
# Set up shell
-set -x # Output commands
+if [ "$(echo ${VERBOSE} | tr '[:upper:]' '[:lower:]')" = 'yes' ]; then
+ set -x # Output commands
+fi
set -e # Abort on errors