Be a little more quiet when updating "cvsdir".
authorWayne Davison <wayned@samba.org>
Sun, 5 Feb 2006 07:07:13 +0000 (07:07 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 5 Feb 2006 07:07:13 +0000 (07:07 +0000)
verify-patches

index 156afca..2f5b345 100755 (executable)
@@ -56,7 +56,7 @@ close OUT;
 
 unless ($no_cvs) {
     print "Using CVS to update the tmp/cvsdir copy of the source.\n";
-    system qq|cvs -d "$root" co -P -d cvsdir rsync|;
+    system qq|cvs -qd "$root" co -P -d cvsdir rsync|;
 }
 
 @ARGV = glob('../*.diff') unless @ARGV;