Replace *Escape with *EscapeList
NinjaEscape and ShellEscape operated on lists, which led to awkward NinjaEscape([]string{s})[0]. Replace NinjaEscape and ShellEscape with NinjaEscapeList and ShellEscapeList, and add new NinjaEscape and ShellEscape functions that operate on a string. Test: m checkbuild Change-Id: I283d92cdddc8e0066a300015863a3eab66f77c23
Loading
Please register or sign in to comment