mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-16 18:51:53 +02:00
boom/mbq2lst: recognize #END comment (as end of file, like in the BOOM parser)
This commit is contained in:
parent
d31ede8bea
commit
b5520264c6
@ -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+/, $_);
|
||||
|
Loading…
Reference in New Issue
Block a user