From bdc7aa848fed00b93035f7b4fa1a24d612917165 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 13 Jan 2011 15:20:04 +0100 Subject: [PATCH] =?utf8?q?Nicht=20in=20POD-Dokumentation=20am=20Ende=20der?= =?utf8?q?=20Datei=20nach=20=C3=9Cbersetzungen/Templates=20suchen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- scripts/locales.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/locales.pl b/scripts/locales.pl index bdc3852af..b972a49db 100755 --- a/scripts/locales.pl +++ b/scripts/locales.pl @@ -331,6 +331,8 @@ sub scanfile { my ($is_submit, $line_no, $sub_line_no) = (0, 0, 0); while (<$fh>) { + last if /^\s*__END__/; + $line_no++; # is this another file -- 2.20.1