From: Herb Lewis Date: Mon, 23 Apr 2001 23:44:25 +0000 (+0000) Subject: row of asteriks that indicates new entry must start at beginning of line. X-Git-Tag: samba-2.2.5pre1~2226^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df4a31580c537b2008db76a2009d21f7f9ac7285;p=thirdparty%2Fsamba.git row of asteriks that indicates new entry must start at beginning of line. --- diff --git a/source/script/scancvslog.pl b/source/script/scancvslog.pl index 6e05c4c3d62..b1114f5706e 100755 --- a/source/script/scancvslog.pl +++ b/source/script/scancvslog.pl @@ -83,7 +83,7 @@ sub get_entry { $_ = ; chomp $_; next if (not ($_)); - if (/\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*/) { + if (/^\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*/) { next if ($#Entry == -1); push(Entry,$_); return @Entry;