K 10 svn:author V 6 jilles K 8 svn:date V 27 2010-07-29T16:55:27.440346Z K 7 svn:log V 364 MFC r208881: sh: Pass through SIGINT if interactive and job control is enabled. This already worked if without job control. In either case, this depends on it that a process that terminates due to SIGINT exits on it (so not with status 1, or worse, 0). Example: sleep 5; echo continued This does not print "continued" any more if sleep is aborted via ctrl+c. END