aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1995-11-27 15:30:26 +0800
committerpeter <peter@FreeBSD.org>1995-11-27 15:30:26 +0800
commite97e3420b61ffcd86fc808f33f33505b8c3d40fc (patch)
treecd3176b1806363bcf866c95bc24890c25bedeca6
parentc7712fa545d7c7c8da2e70fac30b9d4a54126139 (diff)
downloadfreebsd-ports-gnome-e97e3420b61ffcd86fc808f33f33505b8c3d40fc.tar.gz
freebsd-ports-gnome-e97e3420b61ffcd86fc808f33f33505b8c3d40fc.tar.zst
freebsd-ports-gnome-e97e3420b61ffcd86fc808f33f33505b8c3d40fc.zip
Remove a comment in updateCVSROOT...
-rwxr-xr-xCVSROOT/updateCVSROOT4
1 files changed, 2 insertions, 2 deletions
diff --git a/CVSROOT/updateCVSROOT b/CVSROOT/updateCVSROOT
index 7db63a72c72b..81d3fa3ff6e5 100755
--- a/CVSROOT/updateCVSROOT
+++ b/CVSROOT/updateCVSROOT
@@ -2,7 +2,7 @@
#
# Called in place of mkmodules to take care of files mkmodules doesn't know.
#
-# $Id: updateCVSROOT,v 1.2 1995/11/27 06:33:28 peter Exp peter $
+# $Id: updateCVSROOT,v 1.3 1995/11/27 06:38:22 peter Exp $
PATH=$PATH:/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin
export PATH
@@ -14,7 +14,7 @@ cd $1
for i in $FILELIST
do
- find $i,v -newer $i -exec echo co -u $i \;
+ find $i,v -newer $i -exec co -u $i \;
done
#find avail,v -newer cvs-committers -exec ./mkavail