mog: handle SIGPIPE and SIGINT gracefully
commit71a440d04e6c9496062ed123708b71c051a22290
authorEric Wong <normalperson@yhbt.net>
Fri, 12 Sep 2008 01:59:45 +0000 (11 18:59 -0700)
committerEric Wong <normalperson@yhbt.net>
Fri, 12 Sep 2008 01:59:45 +0000 (11 18:59 -0700)
treebced673093ef828ba6e8fa9124b35e5fc6114227
parentc06411e24f7323688e9036db138caf307ad025f0
mog: handle SIGPIPE and SIGINT gracefully

SIGPIPE is very handy for scripting, and I hit SIGINT
in the console pretty often, too; so don't spew to
STDERR when we catch these signals.
bin/mog