Bash completion doesn't work on Mac OSX
dasizeman opened this issue · 1 comments
dasizeman commented
There is a problem with the sed implementation not handling newlines in replacement strings, and this was causing problems with the bash completion script on the platform.
I have implemented a fix that seems to work on both Mac and Linux, but I have only tested CentOS on the Linux side, so someone may want to do more testing.
Fix is in #33
vigneshwaranr commented
Tested in my mac. Works fine! Thanks for the fix. :)