mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-08 05:51:09 -07:00
add basic busybox sh support
This commit is contained in:
parent
a71a13c2fc
commit
be8e4b2b8a
7 changed files with 16 additions and 12 deletions
|
@ -156,6 +156,8 @@ shellForExecutable name =
|
|||
"sh" -> return Sh
|
||||
"bash" -> return Bash
|
||||
"bats" -> return Bash
|
||||
"busybox sh" -> return BusyboxSh
|
||||
"busybox ash" -> return BusyboxSh
|
||||
"dash" -> return Dash
|
||||
"ash" -> return Dash -- There's also a warning for this.
|
||||
"ksh" -> return Ksh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue