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

Re: [BUG] process substitution breaks when nested or traverses a function



On Thu, 28 Jun 2018 20:37:53 +0200
Daniel Tameling <tamelingdaniel@xxxxxxxxx> wrote:
> On Wed, Jun 27, 2018 at 06:18:20AM -0300, Francisco de Zuviría
> Allende wrote:
> > >>> On Sun, 17 Jun 2018 00:14:10 -0300
> > >>> Francisco de Zuviría Allende <franciscodezuviria@xxxxxxxxx>
> > >>> wrote:  
> > >>>> This problem still happens.  
> > >>>> > #!/bin/zsh
> > >>>> > foo() { cat <(cat "$@"); }; foo <(echo bar);
> > >>>> > cat: /proc/self/fd/11: No such file or directory  
> 
> It also doesn't work for me with 5.5.1, but it works with master.

Thanks --- my mistake.  Yes, looking at the logs it was about a
week *after* the release.

pws




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