]> arthur.barton.de Git - bup.git/blobdiff - lib/cmd/tag-cmd.py
Avoid readline.h -Wstrict-prototype induced failures
[bup.git] / lib / cmd / tag-cmd.py
index c2b6fae93161a8c5dc57223ecbf424d73f9d75d0..0d52677ad4b59ad9a35722a59690dc24e42e8082 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