]> arthur.barton.de Git - bup.git/commit
cmd/ftp: don't do MacOS readline bindings on non-MacOS.
authorAvery Pennarun <apenwarr@gmail.com>
Wed, 22 Feb 2012 19:33:22 +0000 (14:33 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 22 Feb 2012 19:34:22 +0000 (14:34 -0500)
commit1b740a01aa0833b1b27c904ba65bfd67caf7a3b8
tree22e4f7065d002e8983652cd47f6f7769db0fd25f
parent00a4b07710adc65111011946b91b56c57ab34916
cmd/ftp: don't do MacOS readline bindings on non-MacOS.

I thought it was harmless, but apparently it makes the 'b' command not work
on Linux machines.  Oops.

Thanks to Gabriel Filion and gernot on IRC for reporting this.

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