]> arthur.barton.de Git - bup.git/blobdiff - dev/lib.sh
main: always put BUP_FORCE_TTY into the environment
[bup.git] / dev / lib.sh
index 20780e22d930eff4db78563f9a3fc731adf194af..b89c05d5ac9e65fece7ce4ae93f407ba79ed9d75 100644 (file)
@@ -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()