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

b2/: use glob syntax instead of RE syntax for substitutions

This commit is contained in:
Werner Almesberger
2012-05-20 21:05:17 -03:00
parent 9681d44ca4
commit adecef8d4a
2 changed files with 24 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
REF=R[0-9]* {
T=R
VAL=.* { R=$$#R }
VAL=* { R=$$#R }
TOL = 5%
FN=.*% { TOL=${$#%} }
FN=*% { TOL=${$#%} }
break REF
// end break again
}