shlib.sh: redirect mail to the configured mailer
commitbb7ea7bf006807a98235dda0302bcfa6da4345be
authorKyle J. McKay <mackyle@gmail.com>
Sun, 26 Jan 2014 13:19:41 +0000 (26 05:19 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 26 Jan 2014 13:19:41 +0000 (26 05:19 -0800)
treeeca3fea6e224dd806dacd66b01d0e140fe7f0914
parenta46c2066a324453f1fc6fa935f3032e81865a0f1
shlib.sh: redirect mail to the configured mailer

The clone.sh and update.sh scripts execute "mail -s" after sourcing
shlib.sh.  To redirect them to the configured mailer, simply
implement a mail function that works much like Util.pm's mailer_pipe
function does.
shlib.sh