Add quoting to unbreak tests

Summary: echoing composite commands does not parse.

Reviewed By: jvillard

Differential Revision: D4336180

fbshipit-source-id: c726383
master
Josh Berdine 8 years ago committed by Facebook Github Bot
parent d670bdd61a
commit 00f3c4227b

@ -124,5 +124,5 @@ CLANG_DEPS = $(addprefix $(PYTHON_LIB_DIR)/, \
JAVA_MODELS_JAR = $(LIB_DIR)/java/models.jar JAVA_MODELS_JAR = $(LIB_DIR)/java/models.jar
define silent_on_success define silent_on_success
$(1) >/dev/null 2>/dev/null || (echo $(1); $(1) && exit 1) $(1) >/dev/null 2>/dev/null || ($(1) && exit 1)
endef endef

Loading…
Cancel
Save