From 2e642a7584b43295410d25b9365e8471713f60f1 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 3 Feb 2006 06:28:33 +0000 Subject: [PATCH] Use the -P option with cvs checkout. --- verify-patches | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/verify-patches b/verify-patches index 28d37b9..156afca 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 -d cvsdir rsync|; + system qq|cvs -d "$root" co -P -d cvsdir rsync|; } @ARGV = glob('../*.diff') unless @ARGV; -- 2.34.1