Merge pull request #667 from tuna-f1sh/grep_Fix
no echo required for `info`
This commit is contained in:
commit
a1fbda0c53
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue