mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-26 09:39:42 +02:00
genex/sym2xps: also accept components names beginning with ~
This commit is contained in:
parent
024ffd4e47
commit
7de800eb77
@ -32,7 +32,7 @@ out=$5
|
|||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
grep "^DEF $sym " "$lib" >/dev/null || {
|
grep "^DEF $sym " "$lib" >/dev/null || grep "^DEF ~$sym " "$lib" >/dev/null || {
|
||||||
echo "\"$sym\" not found in $lib" 1>&2
|
echo "\"$sym\" not found in $lib" 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user