]> arthur.barton.de Git - bup.git/commit
cmd/ftp: fix tab completion on MacOS.
authorAvery Pennarun <apenwarr@gmail.com>
Thu, 19 Jan 2012 23:36:13 +0000 (15:36 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Thu, 19 Jan 2012 23:36:13 +0000 (15:36 -0800)
commit00a4b07710adc65111011946b91b56c57ab34916
treec477e78b23547f8bc24c82951a261181e0dee813
parent8953dc8d911844ae5c5764ac542811e95e592fe4
cmd/ftp: fix tab completion on MacOS.

MacOS doesn't use the "real" readline, and the clone it uses is slightly
incompatible in its bindings.  Just bind both and it seems to work on both
MacOS and Linux.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
cmd/ftp-cmd.py