Bug#342868: bash: [COMPLETION] syntax error on sed call at _known_hosts()

2005-12-11 Thread Kiko Piris
Package: bash Version: 3.1-1 Severity: minor Tags: patch This simple patch fixes the sed error you get when completing a ssh command: ---8--- --- /etc/bash_completion~ 2005-12-10 01:03:54.0 +0100 +++ /etc/bash_completion2005-12-11 12:44:29.0 +0100 @@ -2397,9

Bug#342868: bash: [COMPLETION] syntax error on sed call at _known_hosts()

2005-12-11 Thread Kiko Piris
On 11/12/2005 at 13:16 +0100, Kiko Piris wrote: This simple patch fixes the sed error you get when completing a ssh command: The patch I sent initially contains an unnecessary correction. I think this one is correct: ---8--- --- /etc/bash_completion~ 2005-12-10 01:03:54.0 +0100