diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-08-24 02:09:39 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-08-24 02:09:39 +0000 |
| commit | a8819e7a2dcd9aec7e3285ef1fadef6b7c1ab07e (patch) | |
| tree | 468be5300318236f0cbc8c8d3a20d84393e3a122 /tools/webupdate | |
| parent | ed8b4163c5ee8232c57f95eaf8664527b8b7d140 (diff) | |
I have no idea what $modules is. I must've meant $subtrees.
Notes
svn path=/www/; revision=10461
Diffstat (limited to 'tools/webupdate')
| -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. |
