Updated SC2040 (markdown)

Joachim Ansorg
2021-11-12 19:23:49 +01:00
parent 6fe03deded
commit f49ea14404

@@ -1,4 +1,4 @@
## #!/bin/sh was specified, so ____ is not supported, even when sh is actually bash.
## `#!/bin/sh` was specified, so ____ is not supported, even when sh is actually bash.
The shebang indicates that the script works with `/bin/sh`, but you are using non-standard features that may not work with `/bin/sh`, **even if /bin/sh is actually bash**. Bash behaves differently when invoked as `sh`, and disabling support for the highlighted feature is one part of that.