Turn logging to ${BASE}/log file back on.
authorMarc Fiuczynski <mef@cs.princeton.edu>
Mon, 22 Oct 2007 14:58:06 +0000 (14:58 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Mon, 22 Oct 2007 14:58:06 +0000 (14:58 +0000)
build.sh

index 32769af..2d0efc9 100755 (executable)
--- 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