From 3b0c4f5cde44c525833fe8f3ecd99d67dfacdd93 Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Mon, 22 Oct 2007 14:58:06 +0000 Subject: [PATCH] Turn logging to ${BASE}/log file back on. --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.0