Suggest using shfmt which fixes SC2006 amongst other changes

Peter Cock
2024-03-20 13:05:42 +00:00
parent 4bf72bc9c9
commit 6aeb85a504

@@ -30,3 +30,4 @@ None.
* [BashFaq: Why is `$(...)` preferred over `` `...` `` (backticks)?](http://mywiki.wooledge.org/BashFAQ/082)
* [StackOverflow: What is the difference between $(command) and `` `command` `` in shell programming?](https://stackoverflow.com/questions/4708549/shell-programming-whats-the-difference-between-command-and-command)
* [shfmt](https://github.com/mvdan/sh) will automatically convert the legacy syntax