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