aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 91f2d57..4c6f138 100644
--- a/Makefile
+++ b/Makefile
@@ -3,8 +3,9 @@ include prelude.mk
.SECONDEXPANSION:
LIMIT ?= all
+$(eval $(call noexpand,LIMIT))
-args := --inventory inventory.ini --limit '$(LIMIT)'
+args := --inventory inventory.ini --limit '$(call escape,$(LIMIT))'
.PHONY: all
all: run