Merge pull request #667 from tuna-f1sh/grep_Fix

no echo required for `info`
This commit is contained in:
Sudar Muthu 2021-08-02 13:08:09 +05:30 committed by GitHub
commit a1fbda0c53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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