use grep -F instead of fgrep

This commit is contained in:
Rebecca Kelly 2021-09-04 08:49:43 -04:00 committed by Rebecca Kelly
parent 8894a647fb
commit e91c60ea66

View File

@ -3,5 +3,5 @@
all:
fontforge -lang=py -script build.py 2>&1 \
| fgrep -v 'This contextual rule applies no lookups.' \
| fgrep -v 'Bad device table'
| grep -Fv 'This contextual rule applies no lookups.' \
| grep -Fv 'Bad device table'