commit 0c2d2019601a1e0e96dddcb032c1ba9d2b9a1ac7
parent 633e1f956f6fb1acce39a94f203d1ee34d045e6d
Author: Georges Dupéron <georges.duperon@gmail.com>
Date: Tue, 11 Sep 2018 20:09:48 +0200
Use '' around variables substituted by make
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 '$*' > '$@'