Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: bug with for and |&
- X-seq: zsh-users 3573
 
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
 
- To: Akim Demaille <akim@xxxxxxxx>, zsh-users@xxxxxxxxxxxxxx
 
- Subject: Re: bug with for and |&
 
- Date: Mon, 18 Dec 2000 18:19:48 +0000
 
- In-reply-to: <mv4bsu9n9ta.fsf@xxxxxxxxxxxxxxxxxxxxxx>
 
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
 
- References: <mv4bsu9n9ta.fsf@xxxxxxxxxxxxxxxxxxxxxx>
 
On Dec 18,  2:22pm, Akim Demaille wrote:
}
} /tmp % for i in 1 2
} do                 
} ls                   
} done |& tee /tmp/foof
} # I have to C-c C-c to stop it.
} # s/|&/|/ makes it work properly.
For what it's worth, I'm *not* able to reproduce this here.
The difference may be that I have Sven's patch from zsh-workers/13247 applied.
-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   
Messages sorted by:
Reverse Date,
Date,
Thread,
Author