From f7edba20575c7a59bce2b523fa77c5a450810cd7 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Fri, 25 Nov 2022 17:14:21 +0100 Subject: put double exclamation mark (!!) in single quotes for safety --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 77fc3ae..1486e8e 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ ALL_EGG_INFOS = \ $(HYDRILLA_WEBSITE_INFO) \ $(HYDRILLA_INFO) -TEST_ROOT_DIR = "/tmp/$$(pwd | sed 's|/|!|g')!!test-root" +TEST_ROOT_DIR = "/tmp/$$(pwd | sed 's|/|!|g')"'!!test-root' all: | container-runner.touchfile log sample-malcontent -- cgit v1.2.3