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

boom/boom-config.in: complain if invoked without argument (reported by Wolfgang

Spraul)
This commit is contained in:
Werner Almesberger 2010-10-21 03:19:53 -03:00
parent ba891c80b2
commit 8bf21d867a

View File

@ -18,6 +18,8 @@ base=`dirname "$base"`
[ "$base" = "${base#/}" ] && base=`pwd`/$base
[ . -ef "$base" ] && base=.
[ "$1" ] || usage
while [ "$1" ]; do
case "$1" in
equ)