From d05f9f045141a9a78ccbda4443c6e932bc721299 Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 23 Aug 1995 11:42:34 +0000 Subject: Fix incorrect Regexp that zapped Satoshi's Submitted-by line.. :-( This got past both Rod and I.. :-( --- CVSROOT/cvsedit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CVSROOT/cvsedit') diff --git a/CVSROOT/cvsedit b/CVSROOT/cvsedit index 404ba87..89010cf 100755 --- a/CVSROOT/cvsedit +++ b/CVSROOT/cvsedit @@ -6,7 +6,7 @@ # To use this, make it executable, and set your editinfo DEFAULT line: # DEFAULT /path/to/this/program # -# $Id: cvsedit,v 1.4 1995/08/05 13:13:50 peter Exp $ +# $Id: cvsedit,v 1.5 1995/08/13 16:38:07 peter Exp $ # # same rules as CVS @@ -61,7 +61,7 @@ while() { } else { # Delete if they only have whitespace after them. if (/^Reviewed by:$/i || - /^Submitted by:/i || + /^Submitted by:$/i || /^Obtained from:$/i || /^CC:$/i) { next; -- cgit v1.1