View | Details | Raw Unified | Return to bug 17014
Collapse All | Expand All

(-)send-pr.sh (-1 / +1 lines)
Lines 56-62 Link Here
56
56
57
# What mailer to use.  This must come after the config file, since it is
57
# What mailer to use.  This must come after the config file, since it is
58
# host-dependent.
58
# host-dependent.
59
MAIL_AGENT="/usr/sbin/sendmail -oi -t"
59
MAIL_AGENT="${MAIL_AGENT:-/usr/sbin/sendmail -oi -t}"
60
60
61
ECHON=bsd
61
ECHON=bsd

Return to bug 17014