no echo required
This commit is contained in:
parent
32736a9353
commit
4d7a10c774
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,8 @@ else
|
|||
endif
|
||||
ifeq ($(UNAME_S),Darwin)
|
||||
CURRENT_OS = MAC
|
||||
ifeq (, $(shell which ggrep))
|
||||
echo $(info Using macOS BSD grep, please install GNU grep to avoid warnings)
|
||||
ifeq (, $(shell which gggrep))
|
||||
$(info Using macOS BSD grep, please install GNU grep to avoid warnings)
|
||||
GREP_CMD = grep
|
||||
else
|
||||
GREP_CMD = ggrep
|
||||
|
|
Loading…
Reference in a new issue