From: Mark Huang Date: Sat, 25 Sep 2004 18:09:59 +0000 (+0000) Subject: - redirect stderr to the log file X-Git-Tag: planetlab-3_0-branch-point~30 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c686979053e83c3095c083bf89b9625632652faf;p=build.git - redirect stderr to the log file --- diff --git a/build.sh b/build.sh index 6246c984..90f6885d 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ # crontabs to build nightly releases (default). Can also be invoked # manually to build a tagged release (-r) in the current directory. # -# $Id: build.sh,v 1.11 2004/08/31 14:39:42 mlh-pl_rpm Exp $ +# $Id: build.sh,v 1.12 2004/09/22 15:21:18 mlhuang Exp $ # # Set defaults @@ -75,6 +75,7 @@ done BASE=${BASE}${i} # Redirect output from here +exec 2>&1 exec &>${BASE}/log # XXX Hack to store the pup key as well as the bui key