]> arthur.barton.de Git - bup.git/blobdiff - t/root-status
Split src tree python use to config/bin/python and dev/bup-python
[bup.git] / t / root-status
index 7127f8c1277172a81d358c2244286dea7c36ecd5..c37806dbd35fede05e66d66485be6b31f9617d48 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 """": # -*-python-*-
-bup_python="$(dirname "$0")/../cmd/bup-python" || exit $?
+bup_python="$(dirname "$0")/../config/bin/python" || exit $?
 exec "$bup_python" "$0" ${1+"$@"}
 """
 # end of bup preamble