From: Wayne Davison Date: Sun, 5 Feb 2006 07:07:13 +0000 (+0000) Subject: Be a little more quiet when updating "cvsdir". X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/commitdiff_plain/a77ba43c5685060f619b070659050563e0b5cec6 Be a little more quiet when updating "cvsdir". --- diff --git a/verify-patches b/verify-patches index 156afca..2f5b345 100755 --- a/verify-patches +++ b/verify-patches @@ -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;