diff options
author | peter <peter@FreeBSD.org> | 1995-11-27 14:33:28 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1995-11-27 14:33:28 +0800 |
commit | 3737629942d7d501085e87a937526954c49f6094 (patch) | |
tree | 9848b8defd515afea9b3edf1befe9f1333b4f908 | |
parent | 9aa0b460b2af1127cd307e4ea73b5005ab96daa2 (diff) | |
download | freebsd-ports-gnome-3737629942d7d501085e87a937526954c49f6094.tar.gz freebsd-ports-gnome-3737629942d7d501085e87a937526954c49f6094.tar.zst freebsd-ports-gnome-3737629942d7d501085e87a937526954c49f6094.zip |
Whoops.. :-) some typos...
-rwxr-xr-x | CVSROOT/updateCVSROOT | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CVSROOT/updateCVSROOT b/CVSROOT/updateCVSROOT index 3de3ee3d4f67..f80af3ee633c 100755 --- a/CVSROOT/updateCVSROOT +++ b/CVSROOT/updateCVSROOT @@ -2,19 +2,19 @@ # # Called in place of mkmodules to take care of files mkmodules doesn't know. # -# $Id$ +# $Id: updateCVSROOT,v 1.1 1995/11/27 06:26:29 peter Exp $ PATH=$PATH:/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin export PATH FILELIST="avail mkavail commitcheck cvs_acls.pl commit_prep.pl log_accum.pl" -FILELIST="${FILELIST} cvsedit edithook fixcvsroot" +FILELIST="${FILELIST} cvsedit edithook updateCVSROOT" cd $1 for i in $FILELIST do - find $i,v -newer $i -exec co -u $i + find $i,v -newer $i -exec echo co -u $i \; done #find avail,v -newer cvs-committers -exec ./mkavail @@ -23,4 +23,4 @@ done # echo "please check to see what needs to be updated..." #} -exec mkmodules $1 +#exec mkmodules $1 |