From 4d7a10c7745cee569a6d0dc54e3b65d9915ec994 Mon Sep 17 00:00:00 2001 From: John Whittington Date: Mon, 19 Jul 2021 11:15:37 +0200 Subject: [PATCH] no echo required --- Common.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common.mk b/Common.mk index 501f582b..fd775e77 100644 --- a/Common.mk +++ b/Common.mk @@ -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