From: Dan Harkless Date: Thu, 13 May 1999 01:26:41 +0000 (+0000) Subject: deal with SIGPIPE so mhl doesn't print "Broken pipe" if you quit out X-Git-Tag: nmh-1_0~186 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=e0c210b265a8d6500d1e391f853ecee8d9827165 deal with SIGPIPE so mhl doesn't print "Broken pipe" if you quit out of the moreproc --- diff --git a/uip/mhlsbr.c b/uip/mhlsbr.c index 18617d3..e075322 100644 --- a/uip/mhlsbr.c +++ b/uip/mhlsbr.c @@ -434,6 +434,7 @@ mhl (int argc, char **argv) SIGNAL (SIGINT, SIG_IGN); SIGNAL2 (SIGQUIT, quitser); } + SIGNAL2 (SIGPIPE, pipeser); m_popen (moreproc); ontty = PITTY; } else {