]> arthur.barton.de Git - bup.git/blobdiff - dev/unknown-owner
bup_py_bytes_main: add to support py 3.6 compat
[bup.git] / dev / unknown-owner
index 937e7086f05af40878c10df40887e277ae475a94..0077e2469675f1bbcb3410ac21e87babc1b57d8f 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