mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-16 20:07:31 +02:00
gemerge: when complaining about a command, show what it looks like
This commit is contained in:
parent
4e5278a5d8
commit
e95548df82
@ -64,7 +64,7 @@ LINE: while (<>) {
|
|||||||
$c .= "G54D".$map{$1}."*\n";
|
$c .= "G54D".$map{$1}."*\n";
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
die "unexpected command" unless /^X\d+Y\d+D0*[12]\*/;
|
die "unexpected command \"$_\"" unless /^X-?\d+Y-?\d+D0*[12]\*/;
|
||||||
$c .= $_;
|
$c .= $_;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user