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