Seb dixit: >Is it a bug, or are things expected to be that way for a reason I >have missed? :)
Hrm. On MirBSD, INT ABRT and of course KILL terminate it. But sleep is special anyway, even if you don’t get the shell builtin: most implementations use a syscall that terminates on ALRM only, and they set the signal mask otherwise. I’ve learned to just use kill -ALRM (do not use numbers, they are not portable, especially not on Linux) when dealing with sleep. bye, //mirabilos -- 13:37⎜«Natureshadow» Deep inside, I hate mirabilos. I mean, he's a good guy. But he's always right! In every fsckin' situation, he's right. Even with his deeply perverted taste in software and borked ambition towards broken OSes - in the end, he's damn right about it :(! […] works in mksh
