summaryrefslogtreecommitdiff
path: root/sendmail
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-03-08 10:43:38 -0800
committerBen Sima <ben@bsima.me>2019-03-08 10:43:45 -0800
commit3f50d3add22b1e79bbf147e956595d2a8ef1d6c3 (patch)
tree0b078ab960090b705c764c4484b54730678a23c9 /sendmail
parent81a699fcd18da46af228f088b96d43cd738578b4 (diff)
update scripts
Diffstat (limited to 'sendmail')
-rwxr-xr-xsendmail3
1 files changed, 2 insertions, 1 deletions
diff --git a/sendmail b/sendmail
index ba920b8..bda9d7a 100755
--- a/sendmail
+++ b/sendmail
@@ -1,6 +1,7 @@
#! /usr/bin/env sh
## pass all params to msmtpq & redirect output
-msmtpq "$@" >> ~/tmp/msmtp.log 2> ~/tmp/msmtp.err
+msmtpq \
+ "$@" >> ~/tmp/msmtp.log 2> ~/tmp/msmtp.err
exit 0