[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:33:34 PDT 2018


ruiu added a comment.

Looks like $'' is there since bash 2.0 which should be pretty safe to use in the script. So feel free to use $'' instead of $(echo ...) in this patch.


Repository:
  rC Clang

https://reviews.llvm.org/D47273





More information about the cfe-commits mailing list