mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-27 17:38:49 +08:00
Merge pull request #3082 from silby/oksh
Recognize "oksh" executable name as ksh
This commit is contained in:
@@ -3387,7 +3387,8 @@ readScriptFile sourced = do
|
||||
"busybox sh",
|
||||
"bash",
|
||||
"bats",
|
||||
"ksh"
|
||||
"ksh",
|
||||
"oksh"
|
||||
]
|
||||
badShells = [
|
||||
"awk",
|
||||
|
Reference in New Issue
Block a user