From 10fbfa259f608c3fb73dc4c1d03337e836460286 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 20 Feb 2005 01:13:12 +0000 Subject: [PATCH] Skip any version of the gzip-rsyncable diff. --- verify-patches | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/verify-patches b/verify-patches index 799548b..d4d2fcc 100755 --- a/verify-patches +++ b/verify-patches @@ -64,7 +64,7 @@ unless ($no_cvs) { DIFF: foreach my $diff (@ARGV) { next unless $diff =~ /\.diff$/; - next if $diff =~ /gzip-rsyncable\.diff$/; + next if $diff =~ /gzip-rsyncable[-_a-z]*\.diff$/; $diff =~ s#^(patches|\.\.)/##; open(IN, "../$diff") or die $!; -- 2.34.1