mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-04 23:05:21 +02:00
boom/boom-config.in: complain if invoked without argument (reported by Wolfgang
Spraul)
This commit is contained in:
parent
ba891c80b2
commit
8bf21d867a
@ -18,6 +18,8 @@ base=`dirname "$base"`
|
||||
[ "$base" = "${base#/}" ] && base=`pwd`/$base
|
||||
[ . -ef "$base" ] && base=.
|
||||
|
||||
[ "$1" ] || usage
|
||||
|
||||
while [ "$1" ]; do
|
||||
case "$1" in
|
||||
equ)
|
||||
|
Loading…
Reference in New Issue
Block a user