try to find the reason of these empty messages

This commit is contained in:
Radius 2015-09-25 03:41:39 +01:00
parent 85bd3e10ee
commit c6a947c033

View File

@ -195,7 +195,7 @@ cd "${BASE_DIR}"
####build commands
buildbot_log() {
echo ========== $MESSAGE ==========
echo MSG: $MESSAGE
MESSAGE=`echo -e $1`
HASH=`echo -n "$MESSAGE" | openssl sha1 -hmac $SIG | cut -f 2 -d " "`