update-prod-static: Fix buggy color code usage.

This commit is contained in:
Tim Abbott 2016-08-22 16:38:23 -07:00
parent 55f2c49bbf
commit 13a51737d8
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ set +x
USER_PROD_STATIC_LOGPATH="${TMPDIR}/update-prod-static.log"
BUILD_PROD_STATIC_LOGPATH="${TMP_CHECKOUT}/var/log/update-prod-static.log"
ln -nfs "$BUILD_PROD_STATIC_LOGPATH" "$USER_PROD_STATIC_LOGPATH"
echo; echo "\033[33mRunning update-prod-static; check ${TMPDIR}/update-prod-static.log if it fails\033[0m"; echo
echo; echo -e "\033[33mRunning update-prod-static; check ${TMPDIR}/update-prod-static.log if it fails\033[0m"; echo
set -x
./tools/update-prod-static