mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-26 10:05:09 +08:00
add basic busybox sh support
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user