Remove excess vertical whitespace.

This commit is contained in:
Dima Dorfman 2001-08-31 17:39:07 +00:00
parent 2772a47188
commit d82e2a392c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=10518

View file

@ -31,7 +31,7 @@
# 2 - failure in CVS operations
# 3 - failure in make operations
#
# $FreeBSD: www/tools/webupdate,v 1.7 2001/08/31 17:37:33 dd Exp $
# $FreeBSD: www/tools/webupdate,v 1.8 2001/08/31 17:38:41 dd Exp $
#
#
@ -87,7 +87,6 @@ if [ ! -d $BUILDDIR ]; then
fi
umask 002
cd $BUILDDIR || exit 1;
rm -f $LOGFILE 2>/dev/null;
touch $LOGFILE;
@ -127,5 +126,4 @@ time make ${BUILDARGS} all >> $LOGFILE 2>&1 &&
mail -s "FreeBSD web build failed on `hostname`" $WEBMAILTO &&
exit 3);
exit 0;