This revision was automatically updated to reflect the committed changes.
Closed by commit rGacc56e55feee: [lldb] Expand $ when using tcsh (authored by
JDevlieghere).
Herald added a project: LLDB.
Changed prior to commit:
https://reviews.llvm.org/D123690?vs=422551&id=422622#toc
Repository:
r
jingham accepted this revision.
jingham added a comment.
This revision is now accepted and ready to land.
tcsh is different from the other shells in that a non-existent variable is
trapped by the shell, and an error produced BEFORE running the command, whereas
in other shells it just gets passed
JDevlieghere created this revision.
JDevlieghere added a reviewer: jingham.
Herald added a project: All.
JDevlieghere requested review of this revision.
Unlike for any of the other shells, we were escaping $ when using tcsh.
There's nothing special about $ in tcsh and this prevents you from
expand