From 7e78ff525ffb9974d60161d446efb980bfe32cbb Mon Sep 17 00:00:00 2001 From: eschnett Date: Wed, 4 Jan 2012 22:58:32 +0000 Subject: 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 --- configure.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3