]> arthur.barton.de Git - bup.git/blobdiff - t/data-size
Split src tree python use to config/bin/python and dev/bup-python
[bup.git] / t / data-size
index ce94f78683040a0cfee70282c43e2190c6e5004e..e5068da62043b357bdf8037083fe483ddf60b131 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