projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6082c4
)
deal with SIGPIPE so mhl doesn't print "Broken pipe" if you quit out
author
Dan Harkless
<dan@harkless.org>
Thu, 13 May 1999 01:26:41 +0000
(
01:26
+0000)
committer
Dan Harkless
<dan@harkless.org>
Thu, 13 May 1999 01:26:41 +0000
(
01:26
+0000)
of the moreproc
uip/mhlsbr.c
patch
|
blob
|
history
diff --git
a/uip/mhlsbr.c
b/uip/mhlsbr.c
index
18617d3
..
e075322
100644
(file)
--- 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 {