]> arthur.barton.de Git - bup.git/blobdiff - lib/cmd/ftp-cmd.py
Avoid readline.h -Wstrict-prototype induced failures
[bup.git] / lib / cmd / ftp-cmd.py
index 1aada9a10834d902b5ec7743b69c3617b4e2eefe..732082abbbbd1a49e870d10ffc8b7b1257223d14 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