From c686979053e83c3095c083bf89b9625632652faf Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Sat, 25 Sep 2004 18:09:59 +0000 Subject: [PATCH] - redirect stderr to the log file --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.0