On Sun, Dec 18, 2022 at 06:35:45AM +0000, Harald van Dijk wrote: > The assumption here, that if (interactive), input is coming from > stdin, does not hold when running bash -ic. > > Repeat-By: > bash -ic 'set -o emacs'
Wow, this is a very old bug. I think this 2.04 bug report from 2001 was caused by the same issue. https://lists.gnu.org/archive/html/bug-bash/2001-03/msg00080.html emanuele6