Skip to content

Commit

Permalink
no echo required
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna-f1sh committed Jul 19, 2021
1 parent 32736a9 commit 4d7a10c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Common.mk
Expand Up @@ -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
Expand Down

0 comments on commit 4d7a10c

Please sign in to comment.