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