Last commit claimed to have set umask 002; it didn't. Do that now.

This commit is contained in:
Dima Dorfman 2001-08-31 17:38:41 +00:00
parent 7d5d5488e3
commit 2772a47188
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=10517

View file

@ -31,7 +31,7 @@
# 2 - failure in CVS operations
# 3 - failure in make operations
#
# $FreeBSD: www/tools/webupdate,v 1.6 2001/08/31 17:09:21 dd Exp $
# $FreeBSD: www/tools/webupdate,v 1.7 2001/08/31 17:37:33 dd Exp $
#
#
@ -85,6 +85,7 @@ cd `dirname $BUILDDIR` || exit 1;
if [ ! -d $BUILDDIR ]; then
mkdir $BUILDDIR;
fi
umask 002
cd $BUILDDIR || exit 1;
rm -f $LOGFILE 2>/dev/null;