2015-09-22 07:41:09 +0100, Stephane Chazelas: [...] > I wonder how FreeBSD sh addresses that. > > BTW, ksh93 has the problem (the 2011 one) as well as in: > > ksh93 -c 'while :; do /bin/true; done' > > Sometimes is not interrupted by the first ^C. (same with bash > with my patch applied). [...]
Looks like FreeBSD sh doesn't address it either, ^C also fails to interrupt at times there as well. -- Stephane