@@ -497,8 +504,9 @@ tt(RM_STAR_SILENT),
it() Coprocesses are established by mytt(coproc); mytt(|&)
behaves like
csh. Handling of coprocess file descriptors is also
different.
it() In mytt(cmd1 && cmd2 &), only mytt(cmd2) instead of the
whole
- expression is run in the background in zsh. The manual
implies
- this is a bug. Use mytt({ cmd1 && cmd2 } &) as a workaround.
+ expression is run in the background in zsh. In versions
beginning
+ with 5.9, the whole expression is backgrounded during sh emulation.
+ Use mytt({ cmd1 && cmd2 } &) as a workaround in zsh native mode.
)
it() Command line substitutions, globbing etc.:
itemization(