1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2025-04-21 12:27:27 +03:00

b2/: new option -dCHARS to dump specific db; replaces use of -v

This commit is contained in:
Werner Almesberger
2012-06-02 05:24:50 -03:00
parent b723c8841a
commit 3ebac688bd
5 changed files with 64 additions and 40 deletions

View File

@@ -20,7 +20,7 @@ run_boom()
args="$args -$n <(sed -n '1,/^!-$n/d;/^!-/q;p' _in)"
fi
done
eval $VALGRIND ../boom -v "$args" "$@"
eval $VALGRIND ../boom "$args" "$@"
}