no echo required

This commit is contained in:
John Whittington 2021-07-19 11:15:37 +02:00
parent 32736a9353
commit 4d7a10c774

View file

@ -57,8 +57,8 @@ else
endif endif
ifeq ($(UNAME_S),Darwin) ifeq ($(UNAME_S),Darwin)
CURRENT_OS = MAC CURRENT_OS = MAC
ifeq (, $(shell which ggrep)) ifeq (, $(shell which gggrep))
echo $(info Using macOS BSD grep, please install GNU grep to avoid warnings) $(info Using macOS BSD grep, please install GNU grep to avoid warnings)
GREP_CMD = grep GREP_CMD = grep
else else
GREP_CMD = ggrep GREP_CMD = ggrep