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

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



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.

--
Best,
Daniel



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