]> Sergey Matveev's repositories - public-inbox.git/commitdiff
lei_xsearch: quiet error message on SIG{PIPE,TERM}
authorEric Wong <e@80x24.org>
Sat, 30 Oct 2021 08:11:42 +0000 (08:11 +0000)
committerEric Wong <e@80x24.org>
Sat, 30 Oct 2021 18:34:33 +0000 (18:34 +0000)
SIGPIPE and SIGTERM are common and user-induced, so they're
not worth warning on.  Add the value of "$?", though, since
it can help users notice other errors (e.g. SIGSEGV).


No differences found