]> diplodocus.org Git - nmh/commitdiff
mhparam: exit(3) zero if all components found, else one.
authorRalph Corderoy <ralph@inputplus.co.uk>
Sun, 27 Aug 2017 19:04:42 +0000 (20:04 +0100)
committerRalph Corderoy <ralph@inputplus.co.uk>
Sun, 27 Aug 2017 19:04:42 +0000 (20:04 +0100)
The exit status used to be a count of the number missing, clipped to
120.  That doesn't seem useful, and is overhead to document, read, and
test.  Use the normal Unix 0 or 1 instead.


No differences found