]> arthur.barton.de Git - bup.git/blobdiff - lib/cmd/bloom-cmd.py
Split src tree python use to config/bin/python and dev/bup-python
[bup.git] / lib / cmd / bloom-cmd.py
index fdf8145acb7caaf706446a392e55aa8ad2f7bfb0..850382e5ed5bc07842b4f99f898e8b6700d49e3c 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