* fgrep can't be used with regex

This commit is contained in:
hagen 2016-10-26 00:00:00 +00:00
parent 143aaa2d28
commit 9368a93279
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ ARLIB := libi2pd.a
SHLIB_CLIENT := libi2pdclient.so
ARLIB_CLIENT := libi2pdclient.a
I2PD := i2pd
GREP := fgrep
GREP := grep
DEPS := obj/make.dep
include filelist.mk