Remove excess vertical whitespace.
This commit is contained in:
parent
2772a47188
commit
d82e2a392c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=10518
1 changed files with 1 additions and 3 deletions
|
@ -31,7 +31,7 @@
|
||||||
# 2 - failure in CVS operations
|
# 2 - failure in CVS operations
|
||||||
# 3 - failure in make 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
|
fi
|
||||||
umask 002
|
umask 002
|
||||||
cd $BUILDDIR || exit 1;
|
cd $BUILDDIR || exit 1;
|
||||||
|
|
||||||
rm -f $LOGFILE 2>/dev/null;
|
rm -f $LOGFILE 2>/dev/null;
|
||||||
touch $LOGFILE;
|
touch $LOGFILE;
|
||||||
|
|
||||||
|
@ -127,5 +126,4 @@ time make ${BUILDARGS} all >> $LOGFILE 2>&1 &&
|
||||||
mail -s "FreeBSD web build failed on `hostname`" $WEBMAILTO &&
|
mail -s "FreeBSD web build failed on `hostname`" $WEBMAILTO &&
|
||||||
exit 3);
|
exit 3);
|
||||||
|
|
||||||
|
|
||||||
exit 0;
|
exit 0;
|
||||||
|
|
Loading…
Reference in a new issue