From 424a9319932c7d9ff6a3fca54d76218c6e63a9e9 Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Wed, 9 Apr 2003 00:41:17 +0000 Subject: The change from Mar 24 caused empty lines to be removed in patch descriptions. --- scripts/patchfns.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/patchfns.in b/scripts/patchfns.in index 476d6aa..a1c39bf 100644 --- a/scripts/patchfns.in +++ b/scripts/patchfns.in @@ -603,7 +603,7 @@ patch_description() then @AWK@ ' $1 == "---" { exit } - /^Index:[ \t]|^diff[ \t]|^=*$/ \ + /^Index:[ \t]|^diff[ \t]|^==*$/ \ { eat = eat $0 next } eat { print eat -- cgit