summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2015-05-20 17:38:18 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2015-05-20 17:38:18 +0200
commit3c4104a4e105419a05a6be35412a3725b2dceafd (patch)
treeb298e265af69eeed3bdabbbfa99c190bb9cca9df
parentd74faebc3b50f8af931626ee8815046167e147e4 (diff)
Make tb email setup actually different for author/debug/all settings.
Fixing a likely typo here.
-rw-r--r--tb/tb_internals.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tb/tb_internals.sh b/tb/tb_internals.sh
index e2a471f..66f8a46 100644
--- a/tb/tb_internals.sh
+++ b/tb/tb_internals.sh
@@ -791,9 +791,9 @@ tinderbox: END
subject="tinderbox gzipped logfile"
fi
- if [ "$SEND_MAIL" = "debug" ] ; then
+ if [ "$tb_SEND_MAIL" = "debug" ] ; then
echo "$message_content" | send_mail_msg "${TB_OWNER?}" "${subject?}" "${xtinder?}" '' "${gzlog}"
- elif [ "$SEND_MAIL" = "author" ] ; then
+ elif [ "$tb_SEND_MAIL" = "author" ] ; then
echo "$message_content" | send_mail_msg "${TB_OWNER?}" "${subject?}" "${xtinder?}" '' "${gzlog}"
if [ -n "${tb_BRANCH_AUTHOR}" ] ; then
echo "$message_content" | send_mail_msg "${tb_BRANCH_AUTHOR}" "${subject?}" "${xtinder?}" '' "${gzlog}"