Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv11267/scripts
Modified Files:
build.sh
Log Message:
the logfiles are now created again
Index: build.sh
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/build.sh,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- build.sh 20 Dec 2003 03:36:42 -0000 1.62
+++ build.sh 20 Dec 2003 19:46:19 -0000 1.63
@@ -289,10 +289,10 @@
t1=$(date +"%s")
if [ -z "$RUN_ONLY_CMD" ];then
- if [ -z "$CONFIG_DISABLELOGGING" ]; then
- $MYDIR/$SCRIPT $CMD &> $WORKDIR/LOGS/$CMD/$SCRIPT
+ if [ "$CONFIG_DISABLELOGGING" = "y" ]; then
+ $MYDIR/$SCRIPT $CMD
else
- $MYDIR/$SCRIPT $CMD
+ $MYDIR/$SCRIPT $CMD &> $WORKDIR/LOGS/$CMD/$SCRIPT
fi
else
$MYDIR/$SCRIPT $CMD
|