X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fcmd%2Flist-idx-cmd.py;h=e7e7600cdb42a0f38fcd9659bdb2dfacc83921b5;hb=4da04257d78f1f2e16925ab12817966f875cc4b3;hp=ebafdfac0609b7338944f4815e4e32b804d37a82;hpb=938537c3a9bb76cfa7d62f931ffee0ff3359aa55;p=bup.git diff --git a/lib/cmd/list-idx-cmd.py b/lib/cmd/list-idx-cmd.py index ebafdfa..e7e7600 100755 --- a/lib/cmd/list-idx-cmd.py +++ b/lib/cmd/list-idx-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