]> arthur.barton.de Git - bup.git/blobdiff - t/hardlink-sets
Split src tree python use to config/bin/python and dev/bup-python
[bup.git] / t / hardlink-sets
index 0e6458a1fed7829422b87562ac65f711e28ecca0..2d17e37b4fa3d1eb8c47c27bc2ef1fe4bf9a7b9a 100755 (executable)
@@ -8,7 +8,7 @@ for arg in "$@"; do
     shift
     arg_i=$((arg_i + 1))
 done
-bup_python="$(dirname "$0")/../lib/cmd/bup-python" || exit $?
+bup_python="$(dirname "$0")/../dev/bup-python" || exit $?
 exec "$bup_python" "$0"
 """
 # end of bup preamble