Allow for more -p info.
authorWayne Davison <wayned@samba.org>
Sat, 27 Oct 2007 06:00:44 +0000 (06:00 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 27 Oct 2007 06:00:44 +0000 (06:00 +0000)
verify-patches

index 67698cd..d6d7c3a 100755 (executable)
@@ -272,7 +272,7 @@ sub generate_new_patch
        # These are not included in the diff above so that patch will give
        # generated files a later timestamp than the source files.
        foreach my $fn (@generated_files) {
-           &filter_diff("diff -dup cvsdir/$fn workdir");
+           &filter_diff("diff -dupW128 cvsdir/$fn workdir");
        }
     }
     close OUT;