summaryrefslogtreecommitdiffstats
path: root/scripts/patchfns.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/patchfns.in')
-rw-r--r--scripts/patchfns.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/patchfns.in b/scripts/patchfns.in
index f1ee98f..36f3d4f 100644
--- a/scripts/patchfns.in
+++ b/scripts/patchfns.in
@@ -597,7 +597,7 @@ patch_description()
then
@AWK@ '
$1 == "***" || $1 == "---" { exit }
- /^Index:[ \t]|^diff[ \t]|^==*$/ \
+ /^Index:[ \t]|^diff[ \t]|^==*$|^RCS file: |^retrieving revision [0-9]+(\.[0-9]+)*$/ \
{ eat = eat $0 "\n"
next }
{ print eat $0