]> arthur.barton.de Git - bup.git/blobdiff - lib/cmd/midx-cmd.py
cirrus: allow failures on macos with python 2
[bup.git] / lib / cmd / midx-cmd.py
index b5ed7c47a6146d6a054543b3bada8c9c65c482f4..35e2bc2d5044021d2ec5ab892a338d3382a65810 100755 (executable)
@@ -9,7 +9,7 @@ for arg in "$@"; do
     arg_i=$((arg_i + 1))
 done
 # Here to end of preamble replaced during install
-bup_python="$(dirname "$0")/bup-python" || exit $?
+bup_python="$(dirname "$0")/../../config/bin/python" || exit $?
 exec "$bup_python" "$0"
 """
 # end of bup preamble