summaryrefslogtreecommitdiffstats
path: root/CVSROOT/cvsedit
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1995-08-23 11:42:34 +0000
committerpeter <peter@FreeBSD.org>1995-08-23 11:42:34 +0000
commitd05f9f045141a9a78ccbda4443c6e932bc721299 (patch)
tree6100fdaae11c0f6d2585971291d88108cc463131 /CVSROOT/cvsedit
parent9555d62bfe8711d8df0a28e98768cf8bd8797253 (diff)
downloadFreeBSD-ports-d05f9f045141a9a78ccbda4443c6e932bc721299.zip
FreeBSD-ports-d05f9f045141a9a78ccbda4443c6e932bc721299.tar.gz
Fix incorrect Regexp that zapped Satoshi's Submitted-by line.. :-(
This got past both Rod and I.. :-(
Diffstat (limited to 'CVSROOT/cvsedit')
-rwxr-xr-xCVSROOT/cvsedit4
1 files changed, 2 insertions, 2 deletions
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(<IN>) {
} 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;
OpenPOWER on IntegriCloud