7165277: Fix missing execute permission issue running logger.sh

Reviewed-by: ohair
This commit is contained in:
Magnus Ihse Bursie 2012-04-30 12:13:29 -07:00
parent 4840199698
commit d85f615c03
2 changed files with 2 additions and 2 deletions

View File

@ -10489,7 +10489,7 @@ $as_echo "no, disabling ccaching of precompiled headers" >&6; }
# Setup default logging of stdout and stderr to build.log in the output root.
BUILD_LOG='$(OUTPUT_ROOT)/build.log'
BUILD_LOG_WRAPPER='$(SRC_ROOT)/common/bin/logger.sh $(BUILD_LOG)'
BUILD_LOG_WRAPPER='$(SH) $(SRC_ROOT)/common/bin/logger.sh $(BUILD_LOG)'

View File

@ -1004,7 +1004,7 @@ TESTFOR_PROG_CCACHE
# Setup default logging of stdout and stderr to build.log in the output root.
BUILD_LOG='$(OUTPUT_ROOT)/build.log'
BUILD_LOG_WRAPPER='$(SRC_ROOT)/common/bin/logger.sh $(BUILD_LOG)'
BUILD_LOG_WRAPPER='$(SH) $(SRC_ROOT)/common/bin/logger.sh $(BUILD_LOG)'
AC_SUBST(BUILD_LOG)
AC_SUBST(BUILD_LOG_WRAPPER)