From 48d77c9f21d4abc8efe1389fc971987a6b938189 Mon Sep 17 00:00:00 2001 From: Tim Byrne Date: Sat, 10 Oct 2020 18:12:51 -0500 Subject: [PATCH] Use make variables instead of env variables --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d6de052..ca3c203 100644 --- a/Makefile +++ b/Makefile @@ -107,7 +107,7 @@ testhost: require-docker @rm -rf /tmp/testhost @git show $(version):yadm > /tmp/testhost @chmod a+x /tmp/testhost - @echo Starting testhost version=\"$$version\" + @echo Starting testhost version=\"$(version)\" @docker run \ -w /root \ --hostname testhost \ @@ -122,7 +122,7 @@ scripthost: require-docker @rm -rf /tmp/testhost @git show $(version):yadm > /tmp/testhost @chmod a+x /tmp/testhost - @echo Starting scripthost version=\"$$version\" \(recording script\) + @echo Starting scripthost version=\"$(version)\" \(recording script\) @printf '' > script.gz @docker run \ -w /root \