Updated SC2187 (markdown)

koalaman
2017-09-15 10:45:48 -07:00
parent 5ab64b0a3d
commit 08c2236098

@@ -18,7 +18,9 @@ echo "Hello World"
ShellCheck has no first class support for `ash`, but it does support its Debian fork `dash` and defaults to this whenever `ash` is specified. ShellCheck has no first class support for `ash`, but it does support its Debian fork `dash` and defaults to this whenever `ash` is specified.
You can use a [[directive]] to let shellcheck know you're aware of this. Unfortunately, while the two are similar, they are not completely compatible. For example, `ash` supports `echo -e` but `dash` does not, so ShellCheck will incorrectly warn about it.
You can use a [[directive]] to let ShellCheck know you're aware of this problem.
### Exceptions: ### Exceptions: