mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2025-02-18 12:54:42 +02:00
genex/sym2xps: also check that the unit parameter is present
This commit is contained in:
parent
e52c3cf107
commit
3bbd0e75f4
@ -25,7 +25,7 @@ unit=$3
|
|||||||
tmp=$4
|
tmp=$4
|
||||||
out=$5
|
out=$5
|
||||||
|
|
||||||
[ "$lib" ] && [ "$sym" ] && [ "$tmp" ] && [ "$out" ] || usage
|
[ "$lib" ] && [ "$sym" ] && [ "$unit" ] && [ "$tmp" ] && [ "$out" ] || usage
|
||||||
|
|
||||||
[ -r "$lib" ] || {
|
[ -r "$lib" ] || {
|
||||||
echo "$lib: not found" 1>&2
|
echo "$lib: not found" 1>&2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user