X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=dev%2Flib.sh;h=b89c05d5ac9e65fece7ce4ae93f407ba79ed9d75;hb=ba8ed092989c05c30e2b190bb8a7e94853148757;hp=20780e22d930eff4db78563f9a3fc731adf194af;hpb=e424a5f035f427bdbab046f3c55434284e8bcd37;p=bup.git diff --git a/dev/lib.sh b/dev/lib.sh index 20780e2..b89c05d 100644 --- a/dev/lib.sh +++ b/dev/lib.sh @@ -3,7 +3,7 @@ # Assumes this is always loaded while pwd is still the source tree root bup_dev_lib_top=$(pwd) || exit $? -bup-cfg-py() { "$bup_dev_lib_top/config/bin/python" "$@"; } +bup-cfg-py() { "$bup_dev_lib_top/dev/python" "$@"; } bup-python() { "$bup_dev_lib_top/dev/bup-python" "$@"; } force-delete()