mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-20 05:13:49 -07:00
Allow zsh =(..) process substitution
This commit is contained in:
parent
6ad3f557fe
commit
033ce6d941
2 changed files with 12 additions and 1 deletions
|
@ -2625,6 +2625,7 @@ shellSupport t =
|
|||
T_Function _ _ _ "" _ -> ("anonymous functions", [Zsh])
|
||||
T_ForIn _ _ (_:_:_) _ _ -> ("multi-index for loops", [Zsh])
|
||||
T_ForIn _ ShortForIn _ _ _ -> ("short form for loops", [Zsh])
|
||||
T_ProcSub _ "=" _ -> ("=(..) process substitution", [Zsh])
|
||||
otherwise -> ("", [Bash, Ksh, Sh, Zsh])
|
||||
|
||||
getCommandSequences t =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue