]> arthur.barton.de Git - bup.git/blobdiff - t/echo-argv-bytes
Split src tree python use to config/bin/python and dev/bup-python
[bup.git] / t / echo-argv-bytes
index 127f85d85948c1f69b058b28d9512ff569caa35b..5347b5aef1df0a9b71b8e0b6862a82d00fa7d9c4 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