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

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



This problem still happens. There is still no bug tracking system for
zsh, right?

On Sat, Apr 21, 2018 at 6:35 AM, Francisco de Zuviría Allende
<franciscodezuviria@xxxxxxxxx> wrote:
> #!/bin/bash
> foo() { cat <(cat "$@"); }; foo <(echo bar);
> bar
>
> #!/bin/zsh
> foo() { cat <(cat "$@"); }; foo <(echo bar);
> cat: /proc/self/fd/11: No such file or directory
>
> Best of regards



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