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

Rui Ueyama via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 23 12:04:21 PDT 2018


ruiu added a comment.

How about

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

?


Repository:
  rC Clang

https://reviews.llvm.org/D47273





More information about the cfe-commits mailing list