]> arthur.barton.de Git - bup.git/blobdiff - lib/cmd/mux-cmd.py
configure: check for <readline.h> vs <readline/readline.h>
[bup.git] / lib / cmd / mux-cmd.py
index 1050262ff3ee9c44a1f192ab4b968666dfc84c79..a3b4d57a512cdc7f6114711f17234d1eb7ca3a11 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