]> arthur.barton.de Git - bup.git/blobdiff - lib/cmd/split-cmd.py
Prefer python 3, and mention intent to drop python 2 support
[bup.git] / lib / cmd / split-cmd.py
index 6735d70d1afca8a4e06f53baf583b09c6f7db28a..3105eb8290751668ee49bb6a0c4d0339e480cd76 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