mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-07 21:41:34 -07:00
Added extglobs as splitting words
This commit is contained in:
parent
131b9f0517
commit
0ca6d0f6cc
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ willSplit x =
|
|||
T_DollarBraced _ _ -> True
|
||||
T_DollarExpansion _ _ -> True
|
||||
T_BraceExpansion _ s -> True
|
||||
T_Extglob _ _ _ -> True
|
||||
T_NormalWord _ l -> any willSplit l
|
||||
T_Literal _ s -> isGlob s
|
||||
_ -> False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue