aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-linux-automerge
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2018-04-23 10:32:49 -0500
committerAníbal Limón <anibal.limon@linaro.org>2018-04-23 10:32:49 -0500
commit1fd43f611c9397068c89c21cd1a2aaec0c38c6e2 (patch)
tree8be6142761e186fcb364234d9e47e9676045b2ef /lt-qcom-linux-automerge
parent5c2907fc97a1f9735f44fb0f371ad2ccf212cc15 (diff)
lt-qcom-linux-automerge: Fix quotes in AUTOMERGE_BRANCH_FAILED
Change-Id: Ie3be9c75130ae3659373f1bf18eb9ea050d60ceb Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
Diffstat (limited to 'lt-qcom-linux-automerge')
-rwxr-xr-xlt-qcom-linux-automerge/builders-kernel.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lt-qcom-linux-automerge/builders-kernel.sh b/lt-qcom-linux-automerge/builders-kernel.sh
index 3b280794..08e074bd 100755
--- a/lt-qcom-linux-automerge/builders-kernel.sh
+++ b/lt-qcom-linux-automerge/builders-kernel.sh
@@ -31,7 +31,7 @@ if [ ${AUTOMERGE_EXIT_CODE} -ne 0 ]; then
exit ${AUTOMERGE_EXIT_CODE}
fi
-if [ ! -z ${AUTOMERGE_BRANCH_FAILED} ]; then
+if [ ! -z "${AUTOMERGE_BRANCH_FAILED}" ]; then
echo "ERROR: Automerge failed,"
echo "${AUTOMERGE_BRANCH_FAILED}"
exit 1