Re: [Bash-completion-devel] Bug with regex for bash-completion hosts-file

2014-02-28 Thread Giordon Stark
Hey all - it appears that the problem lies with BSD sed and Mac OSX's sed doesn't support tabs in the same way as you're using them. I've talked with some homebrew people - we're going to see if we can't alias your sed to use gnu-sed (for os x). G On Thu, Feb 27, 2014 at 4:36 PM, Giordon Stark

Re: [Bash-completion-devel] Bug with regex for bash-completion hosts-file

2014-02-28 Thread Ville Skyttä
On Fri, Feb 28, 2014 at 9:11 AM, Giordon Stark kra...@gmail.com wrote: Hey all - it appears that the problem lies with BSD sed and Mac OSX's sed doesn't support tabs in the same way as you're using them. s/you're/you were/ :) This problem and several similar ones have to my knowledge been

[Bash-completion-devel] Bug with regex for bash-completion hosts-file

2014-02-27 Thread Giordon Stark
Hey, I used Homebrew to install bash-completion (1.3 I believe) via `brew install bash-completion` and added if [ -f $(brew --prefix)/etc/bash_completion ]; then . $(brew --prefix)/etc/bash_completion fi to my ~/.bash_profile. I noticed that some of my ssh Hosts were not