]> arthur.barton.de Git - bup.git/commit
ftp: fix tab completion
authorRob Browning <rlb@defaultvalue.org>
Sun, 11 Apr 2021 20:06:37 +0000 (15:06 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 11 Apr 2021 20:06:37 +0000 (15:06 -0500)
commit69691f0f15cc09a1f35372d36895861038df382b
tree40054f1dad1e9fe63791bf0e99a86a453095c621
parentdd9bab659134d470ed9151679c8efc5ff4f50547
ftp: fix tab completion

We need the 'repo' variable in enter_completion() which assumes
it's global, so make it global.

Fixes: c4d10541ed1e ("ftp: convert to internal command")
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
config/configure
lib/bup/cmd/ftp.py