Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zargs parallelization support blows up with |&
- X-seq: zsh-workers 35940
 
- From: Dima Kogan <dima@xxxxxxxxxxxxxxx>
 
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
 
- Subject: Re: zargs parallelization support blows up with |&
 
- Date: Mon, 27 Jul 2015 11:19:45 -0700
 
- Cc: zsh-workers@xxxxxxx
 
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=secretsauce.net;	 h=cc:content-type:date:from:in-reply-to:message-id:mime-version	:references:subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=fpY8G	UucSjNGXJzaFt5rSN+7Fqc=; b=Ymbs/Kiv7jUC6Bo55qRzdcSk50mFceNtw/+fw	ngZbqlQOarHGlACp8OfaaFfpFIEZv/mxs9fKgW1S0+qEBNeXO1A0UpjH1HwLyNWx	uAg68+cpyxfcq5fIzStT4TReH6Tii3KJ9PwQIgTzkBanayWIHOjxbw8vhsdGCYqh	+y/V/w=
 
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=	messagingengine.com; h=cc:content-type:date:from:in-reply-to	:message-id:mime-version:references:subject:to:x-sasl-enc	:x-sasl-enc; s=smtpout; bh=fpY8GUucSjNGXJzaFt5rSN+7Fqc=; b=MdWx1	Q6VaTIHn0fJOzto+74Qj683BBCb9MmNQWNe6/Z34kGWiO9Vvsf7DZ2HtRgeiEyaZ	xbmD0+0lL4a9i1DBm+4D/Ge+RvGp1Mwa7bQBYPdbiv1swYVB8BOHOZ3zskHk4pR/	tFjEcmlezfHhkJbXiBwCSTCB154h/wX7yKYFY0=
 
- In-reply-to: <150727093727.ZM6467@torch.brasslantern.com>
 
- List-help: <mailto:zsh-workers-help@zsh.org>
 
- List-id: Zsh Workers List <zsh-workers.zsh.org>
 
- List-post: <mailto:zsh-workers@zsh.org>
 
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
 
- References: <87lhe23psr.fsf@secretsauce.net> <150727091512.ZM6365@torch.brasslantern.com> <150727093727.ZM6467@torch.brasslantern.com>
 
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