mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated SC2187 (markdown)
@@ -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:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user