From 023a4ee1058bb54f3e0048a803867586c5bbbe76 Mon Sep 17 00:00:00 2001 From: Ian Young Date: Wed, 18 Feb 2009 12:10:34 +0000 Subject: [PATCH] Ignore blank lines in input. --- build/check_embedded.pl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build/check_embedded.pl b/build/check_embedded.pl index ad241c59..4ddbadd9 100755 --- a/build/check_embedded.pl +++ b/build/check_embedded.pl @@ -40,6 +40,11 @@ sub comment { while (<>) { + # + # Discard blank lines. + # + next if /^\s*$/; + # # Handle Entity/KeyName header line. #