1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-07-03 00:22:55 +03:00

b2/test/Common (run_boom): place inventory after parts and currency

Otherwise, currency definitions would be used before they're read.
This commit is contained in:
Werner Almesberger 2012-06-02 13:58:33 -03:00
parent 4184c01ee2
commit e62bb067f7

View File

@ -14,7 +14,7 @@
run_boom()
{
args="-N h <(sed -n '/^!-/q;p' _in)"
for n in c i x p s b X; do
for n in c x p i s b X; do
for m in "" 1 2 3; do
if grep ^!-$n$m\$ _in >/dev/null; then
args="$args -N $n$m"