From 4c081b24b8cb0c34bf2a9f14fc024717e6170b91 Mon Sep 17 00:00:00 2001 From: Ryan Tharp Date: Tue, 23 Oct 2018 05:34:10 -0700 Subject: [PATCH] make MacOS execute echo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 292f43fce..999639cee 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ TESTNET_DEBUG ?= 0 BUILD_ROOT = $(REPO)/build -CONFIG_CMD = $(shell echo -n "cd '$(BUILD_ROOT)' && " ; echo -n "cmake '$(REPO)'") +CONFIG_CMD = $(shell /bin/echo -n "cd '$(BUILD_ROOT)' && " ; /bin/echo -n "cmake '$(REPO)'") TARGETS = $(REPO)/lokinet SIGS = $(TARGETS:=.sig)