]> arthur.barton.de Git - bup.git/blobdiff - lib/cmd/save-cmd.py
Add bup-features to report status; drop ACL warnings
[bup.git] / lib / cmd / save-cmd.py
index c67e1ed89d61addef236a511ebb468ab3cb1259c..5cdedf65f1c10bdb362802d7cb3f1bb034229271 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