]> arthur.barton.de Git - bup.git/blobdiff - lib/cmd/drecurse-cmd.py
Prefer python 3, and mention intent to drop python 2 support
[bup.git] / lib / cmd / drecurse-cmd.py
index 6cb0fc494adac2a4b602ad03a916db58a3fcbf5e..1c6791832741186238c1151e1b57943805cb1ba1 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