]> arthur.barton.de Git - bup.git/blobdiff - dev/root-status
Update base_version to 0.34~ for 0.34 development
[bup.git] / dev / root-status
index c37806dbd35fede05e66d66485be6b31f9617d48..36a173f28b520a488335f84b23d1b280a2aed0ad 100755 (executable)
@@ -1,9 +1,8 @@
 #!/bin/sh
 """": # -*-python-*-
-bup_python="$(dirname "$0")/../config/bin/python" || exit $?
-exec "$bup_python" "$0" ${1+"$@"}
+python="$(dirname "$0")/python" || exit $?
+exec "$python" "$0" ${1+"$@"}
 """
-# end of bup preamble
 
 from __future__ import absolute_import, print_function
 import os, sys