From eaa688c77f25e863cef0523895a14a16ce30a8a3 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Fri, 19 Feb 2016 16:26:25 -0500 Subject: Forgot to turn of debug ouput after conda build --- scripts/cbc_monolith | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/cbc_monolith') diff --git a/scripts/cbc_monolith b/scripts/cbc_monolith index 5b03748..5e05ae7 100755 --- a/scripts/cbc_monolith +++ b/scripts/cbc_monolith @@ -158,6 +158,7 @@ function build() { --override-channels -c defaults \ $TC \ "$recipe" + set +x _OK=`success` if [ $_OK -ne 0 ]; then -- cgit