]> arthur.barton.de Git - bup.git/blobdiff - lib/cmd/restore-cmd.py
metadata: fix test failure with xattrs
[bup.git] / lib / cmd / restore-cmd.py
index 43071d1f0568a0dc0016f80e086887ccbe2f2cdf..7c8ca262ff3b0d1aba6eddb6049b4ff9493d88ee 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