diff --git a/boom/mbq2lst b/boom/mbq2lst index f3e332c..7e2b750 100755 --- a/boom/mbq2lst +++ b/boom/mbq2lst @@ -9,6 +9,7 @@ print "eeschema (whatever) >> some date\n\n"; print "#Cmp ( order = Reference )\n"; while (<>) { + last if /^#END\b/; s/#.*//; next if /^\s*$/; @a = split(/\s+/, $_);