From e3138004ca0969f272d18183c059b47954bf8308 Mon Sep 17 00:00:00 2001 From: Conner Fromknecht Date: Tue, 31 Jul 2018 01:29:33 -0700 Subject: [PATCH] Makefile: restore broken linter --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a1e26906..28406f2a 100644 --- a/Makefile +++ b/Makefile @@ -199,7 +199,7 @@ fmt: lint: $(LINT_BIN) @$(call print, "Linting source.") $(LINT_BIN) --install 1> /dev/null - test -z "$($(LINT))" + test -z "$$($(LINT))" list: @$(call print, "Listing commands.")