[Libreoffice-commits] buildbot.git: tb/tb_internals.sh
Norbert Thiebaud
nthiebaud at gmail.com
Mon May 20 00:34:07 PDT 2013
tb/tb_internals.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 98dc802651c8eae017e4baabfcfc9e825985d106
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Mon May 20 02:33:42 2013 -0500
tb: set tb_SEND_MAIL
diff --git a/tb/tb_internals.sh b/tb/tb_internals.sh
index 9f08379..3dcf127 100644
--- a/tb/tb_internals.sh
+++ b/tb/tb_internals.sh
@@ -1348,7 +1348,7 @@ validate_tb_profile()
fi
fi
- if [ -z "${tb_SEND_MAIL}" ] ; then
+ if [ -n "${TB_SEND_MAIL}" ] ; then
tb_SEND_MAIL="${TB_SEND_MAIL}"
fi
# if we want email to be sent, we must make sure that the required parameters are set in the profile (or in the environment)
More information about the Libreoffice-commits
mailing list