]> arthur.barton.de Git - bup.git/blobdiff - lib/cmd/gc-cmd.py
ftp: fix ls arguments for python3
[bup.git] / lib / cmd / gc-cmd.py
index 7368eca4852666ed3be94c7843822c4aa6e5affd..71e4e75c7dc7bd34b03f5dd91cab3cc49c2850d5 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