Skip any version of the gzip-rsyncable diff.
authorWayne Davison <wayned@samba.org>
Sun, 20 Feb 2005 01:13:12 +0000 (01:13 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 20 Feb 2005 01:13:12 +0000 (01:13 +0000)
verify-patches

index 799548b..d4d2fcc 100755 (executable)
@@ -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 $!;