mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-16 10:03:08 -07:00
Recognize 'busybox' in --shell and directives. Add to doc texts.
This commit is contained in:
parent
fdcce458c1
commit
74282b0a93
4 changed files with 6 additions and 2 deletions
|
@ -156,6 +156,7 @@ shellForExecutable name =
|
|||
"sh" -> return Sh
|
||||
"bash" -> return Bash
|
||||
"bats" -> return Bash
|
||||
"busybox" -> return BusyboxSh -- Used for directives and --shell=busybox
|
||||
"busybox sh" -> return BusyboxSh
|
||||
"busybox ash" -> return BusyboxSh
|
||||
"dash" -> return Dash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue