From 0c2d2019601a1e0e96dddcb032c1ba9d2b9a1ac7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Tue, 11 Sep 2018 20:09:48 +0200 Subject: [PATCH] Use '' around variables substituted by make --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index daa80f0..5f0546c 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ all: hello.tar hello.sizes vm-image to-be-run-in-vm.sh Makefile "$$(wc -c "to-be-run-in-vm.sh" | sed -e 's/^[[:space:]]*\([0-9][0-9]*\)[[:space:]].*$$/\1/')" \ "$$(wc -c "$*.tar" | sed -e 's/^[[:space:]]*\([0-9][0-9]*\)[[:space:]].*$$/\1/')" \ "" \ - > $@ + > '$@' %.nar: Makefile guix archive --export --recursive '$*' > '$@'