diff options
| -rw-r--r-- | tools/webupdate | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/webupdate b/tools/webupdate index b09244931a..a51039e0af 100644 --- a/tools/webupdate +++ b/tools/webupdate @@ -30,7 +30,7 @@ # 2 - failure in CVS operations # 3 - failure in make operations # -# $FreeBSD: www/tools/webupdate,v 1.2 2001/06/14 04:13:24 dd Exp $ +# $FreeBSD: www/tools/webupdate,v 1.3 2001/06/14 04:59:13 dd Exp $ # # @@ -81,7 +81,7 @@ cond="X`date '+%u'` = X7 `echo $subtrees | sed -E 's/([^ ]*)/-o ! -d \1/g'`"; if [ $cond ]; then # Remove the old copies. rm -Rf $subtrees 2>/dev/null; - chflags -R noschg $modules 2>/dev/null; + chflags -R noschg $subtrees 2>/dev/null; rm -Rf $subtrees 2>/dev/null; # Check out the new copies. This creates all the $subtrees. |
