On Tue, 25 Jul 2023 10:12:23 -0400
Chet Ramey <chet.ra...@case.edu> wrote:

> On 7/24/23 6:33 PM, Sergei Trofimovich wrote:
> > As reported by Robert Scott in https://github.com/NixOS/nixpkgs/pull/245066
> > without the change `make -j8` build of `make` occasionally fails to
> > buildin parallel.   
> 
> Thanks for the report. This was reported and fixed last week.
> 
> https://lists.gnu.org/archive/html/bug-bash/2023-07/msg00100.html

Aha, Thank you!

The first thing I checked was the master branch of 

    https://git.savannah.gnu.org/cgit/bash.git/log/

I now see that the change is in devel branch (less than an hour ago):

    
https://git.savannah.gnu.org/cgit/bash.git/commit/?h=devel&id=8418224f32f4dda85019cae063370c18bbd2d036

    "changes for quoting special and multibyte characters in glob
    patterns; changes to filename unicode normalization on macOS for
    globbing and filename completion; send SIGCONT unconditionally to
    just-restarted job in fg/bg"

It looks like there is a more up to date tree I should have checked
instead. Can you point me to that one?

Thanks again!

-- 

  Sergei

Reply via email to