mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-06 21:11:35 -07:00
Handle variable assignments from read
in CFG
This commit is contained in:
parent
0df9345142
commit
4806719035
2 changed files with 35 additions and 1 deletions
|
@ -159,5 +159,6 @@ shellForExecutable name =
|
|||
_ -> Nothing
|
||||
|
||||
flagsForRead = "sreu:n:N:i:p:a:t:"
|
||||
flagsForMapfile = "d:n:O:s:u:C:c:t"
|
||||
|
||||
declaringCommands = ["local", "declare", "export", "readonly", "typeset", "let"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue