]> arthur.barton.de Git - bup.git/blobdiff - lib/cmd/tick-cmd.py
cirrus: allow failures on macos with python 2
[bup.git] / lib / cmd / tick-cmd.py
index dcafc815d56f789cb6df2b0555ae7ae47ba8dff7..697057e7f714798be34dcf57b5d215822af608fb 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