Bash/Zsh: fix group command in coproc and closing of Parameter Expansion
- Fix
}
in${...}
(must beParameter Expansion
) - Fix group command in coproc (BUG: 460301)
- Add folding for group command with zsh
Edited by jonathan poelen
}
in ${...}
(must be Parameter Expansion
)