summaryrefslogtreecommitdiff
path: root/sendmail
diff options
context:
space:
mode:
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