[PATCH] D47273: [bash-completion] Fix tab separation on macOS

Ben Langmuir via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 23 12:25:58 PDT 2018


benlangmuir added a comment.

In https://reviews.llvm.org/D47273#1109985, @ruiu wrote:

>   sed -e "$(echo -e 's/\t.*//')"


Yep, that works!  Is there a reason you prefer that over the more succinct `$'s/\t.*//'`?


Repository:
  rC Clang

https://reviews.llvm.org/D47273





More information about the cfe-commits mailing list