From 2bb483c2e54947738f05218c7d8141f00e7d8844 Mon Sep 17 00:00:00 2001 From: Greg Troxel Date: Sun, 12 Jan 2020 14:05:19 -0500 Subject: [PATCH] Makefile: Use explict bup_python to invoke a python script Otherwise, the fallback to "python" fails (or perhaps uses the wrong python). Signed-off-by: Greg Troxel Reviewed-by: Rob Browning Tested-by: Rob Browning --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 87e78fa..c4e74b5 100644 --- a/Makefile +++ b/Makefile @@ -258,7 +258,7 @@ distcheck: all ./wvtest run t/test-release-archive.sh cmd/bup-python: cmd/python-cmd.sh config/config.var/bup-python - dev/replace -l '@bup_python@' \ + "$$(cat config/config.var/bup-python)" dev/replace -l '@bup_python@' \ "$$(dev/shquote < config/config.var/bup-python)" \ < "$<" > "$@".$$PPID.tmp chmod +x "$@".$$PPID.tmp -- 2.39.2