mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-23 07:31:54 +02: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:
parent
4184c01ee2
commit
e62bb067f7
@ -14,7 +14,7 @@
|
|||||||
run_boom()
|
run_boom()
|
||||||
{
|
{
|
||||||
args="-N h <(sed -n '/^!-/q;p' _in)"
|
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
|
for m in "" 1 2 3; do
|
||||||
if grep ^!-$n$m\$ _in >/dev/null; then
|
if grep ^!-$n$m\$ _in >/dev/null; then
|
||||||
args="$args -N $n$m"
|
args="$args -N $n$m"
|
||||||
|
Loading…
Reference in New Issue
Block a user