From a77ba43c5685060f619b070659050563e0b5cec6 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 5 Feb 2006 07:07:13 +0000 Subject: [PATCH] Be a little more quiet when updating "cvsdir". --- verify-patches | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1