Update of /cvsroot/fink/scripts/pdb
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv9067

Modified Files:
        update.sh 
Log Message:
Don't recurse during initial cvs update (we update "basepath" (fink
itself) later explicitly and if we cared about "fink" (the dists)
we'd've asked for them).


Index: update.sh
===================================================================
RCS file: /cvsroot/fink/scripts/pdb/update.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- update.sh   1 May 2006 15:43:19 -0000       1.7
+++ update.sh   16 Jun 2006 18:49:06 -0000      1.8
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 echo "Updating CVS..."
-cvs -q update -dP
+cvs -q update -dPl
 cd basepath
 cvs -q update -dP
 cd ..



_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to