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

Re: [PATCH] problem with 'ls | less' shell function



On Mon, Nov 7, 2022 at 11:44 AM Roman Perepelitsa
<roman.perepelitsa@xxxxxxxxx> wrote:
>
>     zsh -fic '( setopt monitor; true | true )'
>
> Do you think your patch will fix this?

I don't the the patch I've already pushed will fix that, no.  IIRC
there's a race condition with the above example because the first
"true" exits before the pipeline to the second "true" has even been
set up.




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