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