[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 11:50:00 PDT 2018
benlangmuir added a comment.
In https://reviews.llvm.org/D47273#1109934, @ruiu wrote:
> I wonder if you could replace \t with \0x09. At least it works on my machine which has GNU sed.
Unfortunately that doesn't work either on mac :-\
Repository:
rC Clang
https://reviews.llvm.org/D47273
More information about the cfe-commits
mailing list