]> arthur.barton.de Git - bup.git/blobdiff - Makefile
Makefile: Use explict bup_python to invoke a python script
[bup.git] / Makefile
index 87e78fab1731ec7fe72096cff444273c06c7320d..c4e74b59ed94e5c279b2f4a7f891f53fe3a8ce6b 100644 (file)
--- 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