Re: AW: Re: AW: Re: AW: Re: read command sometimes misses newline on timeout

2024-10-15 Thread Chet Ramey
On 10/15/24 11:08 AM, Thomas Oettli wrote: Got it, I just backported your patch to Bash 5.2 and it fixed the issue on my build host. I will roll out the patched version to all my hosts this weekend and keep you noticed if anything strange happens. BTW: will this patch be backported to previous

AW: Re: AW: Re: AW: Re: read command sometimes misses newline on timeout

2024-10-15 Thread Thomas Oettli via Bug reports for the GNU Bourne Again SHell
Got it, I just backported your patch to Bash 5.2 and it fixed the issue on my build host. I will roll out the patched version to all my hosts this weekend and keep you noticed if anything strange happens. BTW: will this patch be backported to previous Bash versions? __

Re: AW: Re: AW: Re: read command sometimes misses newline on timeout

2024-10-15 Thread Chet Ramey
On 10/15/24 10:06 AM, Thomas Oettli wrote: That sounds promising. Is the fix somewhere accessible for me? I would gladly test it. I pushed it to the devel branch this morning. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocra

AW: Re: AW: Re: read command sometimes misses newline on timeout

2024-10-15 Thread Thomas Oettli
That sounds promising. Is the fix somewhere accessible for me? I would gladly test it. - Thomas