X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=blobdiff_plain;f=lib%2Fcmd%2Fget-cmd.py;h=4880cbf7ae66ee79ea33fd65bee657d596bcf0e2;hp=c3198241d3da46ef6fababc1e665e6a6a217b82c;hb=73f4b83af6c73a0ba48e448883856bf24aacbf7d;hpb=00d6ed57ce794b3fb192e3e7ffd609c560c0e8d7 diff --git a/lib/cmd/get-cmd.py b/lib/cmd/get-cmd.py index c319824..4880cbf 100755 --- a/lib/cmd/get-cmd.py +++ b/lib/cmd/get-cmd.py @@ -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