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. -Pourko
Pourko via Bug reports for the GNU Bourne Again SHell Wed, 22 Oct 2025 01:55:48 -0700
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. -Pourko