diff --git a/Makefile b/Makefile index 2550220..a885f5d 100644 --- a/Makefile +++ b/Makefile @@ -46,4 +46,4 @@ install: all BADFUNCS='[^_.>a-zA-Z0-9](str(n?cpy|n?cat|xfrm|n?dup|str|pbrk|tok|_)|stpn?cpy|a?sn?printf|byte_)' check: @echo Files with potentially dangerous functions. - @egrep $(BADFUNCS) $(SOURCES) || true + @grep -E $(BADFUNCS) $(SOURCES) || true