From: Marc Fiuczynski Date: Mon, 22 Oct 2007 14:58:06 +0000 (+0000) Subject: Turn logging to ${BASE}/log file back on. X-Git-Tag: 4.2-rc2~545 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=3b0c4f5cde44c525833fe8f3ecd99d67dfacdd93;p=build.git Turn logging to ${BASE}/log file back on. --- diff --git a/build.sh b/build.sh index 32769af1..2d0efc90 100755 --- a/build.sh +++ b/build.sh @@ -87,8 +87,8 @@ done BASE=${BASE}${i} # Redirect output from here -#exec 2>&1 -#exec &>${BASE}/log +exec 2>&1 +exec &>${BASE}/log failure() { # Notify recipient of failure