On 10/22/25 4:55 AM, Pourko via Bug reports for the GNU Bourne Again SHell wrote:
On Mon, 6 Oct 2025 15:04:41 -0400, Chet Ramey wrote:
+      ct = (nflag || delim) && isatty (fd);
So this line should read
         ct = (nflag || delim != '\n') && isatty (fd);

Just a reminder, this is still not fixed.

It is.


--
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    [email protected]    http://tiswww.cwru.edu/~chet/

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to