(SH-2006) Use of legacy backtick
johnsonjh opened this issue · 2 comments
johnsonjh commented
Description
Consider using the $(...)
notation instead. Backtick command substitution \
...`is legacy syntax with several issues. * It has a series of undefined behaviors related to quoting in POSIX. * It imposes a custom escaping mode with surprising results. * It's exceptionally hard to nest.
$(...)` command substitution has none …
Occurrences
There are 45 occurrences of this issue in the repository.
See all occurrences on DeepSource → deepsource.io/gh/reduce-algebra/mtt/issue/SH-2006/occurrences/
repo-ranger commented
johnsonjh commented
Legacy / wontfix