Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zargs parallelization support blows up with |&



Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> writes:

> On Jul 27,  9:15am, Bart Schaefer wrote:
> }
> } The problem is that when you append a pipe to the end, zargs ends up
> } as a subshell, and you can't do job control in a subshell (which you
> } would have seen if you weren't grepping stderr):
> } 
> } (eval):wait:1: can't manipulate jobs in subshell
>
> This turned out to be easier to fix than I expected:
>
> <patch>

The patch works well for me. Thanks!



Messages sorted by: Reverse Date, Date, Thread, Author