From 7da80c28df7d7f1e84b1443f5d47063533eb4605 Mon Sep 17 00:00:00 2001 From: Andrei Nesterov Date: Sun, 12 Jul 2015 11:50:35 +0300 Subject: The '-r' option of 'xargs' is illegal on OSX --- core/deps.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/deps.mk b/core/deps.mk index 0435689..cfbf9a4 100644 --- a/core/deps.mk +++ b/core/deps.mk @@ -67,7 +67,7 @@ define dep_autopatch $(call dep_autopatch2,$(1)); \ elif [ 0 != `grep -ci rebar $(DEPS_DIR)/$(1)/Makefile` ]; then \ $(call dep_autopatch2,$(1)); \ - elif [ -n "`find $(DEPS_DIR)/$(1)/ -type f -name \*.mk -not -name erlang.mk | xargs -r grep -i rebar`" ]; then \ + elif [ -n "`find $(DEPS_DIR)/$(1)/ -type f -name \*.mk -not -name erlang.mk -exec grep -i rebar '{}' \;`" ]; then \ $(call dep_autopatch2,$(1)); \ else \ if [ -f $(DEPS_DIR)/$(1)/erlang.mk ]; then \ -- cgit v1.2.3