mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-14 10:37:26 -07:00
add missing references to dash
This commit is contained in:
parent
c2850e436f
commit
af87fe9315
2 changed files with 3 additions and 3 deletions
|
@ -337,7 +337,7 @@ checkInjectableFindSh = CommandCheck (Basename "find") (check . arguments)
|
|||
|
||||
pattern = [
|
||||
(`elem` ["-exec", "-execdir"]),
|
||||
(`elem` ["sh", "bash", "ksh"]),
|
||||
(`elem` ["sh", "bash", "dash", "ksh"]),
|
||||
(== "-c")
|
||||
]
|
||||
action (id, arg) =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue