run this simple program --- #!/bin/sh echo $$ trap "exit 0" HUP while [ 1 ] do read ignored done --- send it a SIGHUP, and it doesn't exit until you push a key
fixed in git (several commit before 54e9e1217c67563d70d6e2b14021293f707d7927) and will be in 1.19.x