changeset 470:afeeed8e5f8c

7165277: Fix missing execute permission issue running logger.sh Reviewed-by: ohair
author ihse
date Mon, 30 Apr 2012 12:13:29 -0700
parents 6a6ba0a07f33
children b2972095a4b1
files common/autoconf/configure common/autoconf/configure.ac
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/common/autoconf/configure	Thu Apr 19 12:18:32 2012 -0700
+++ b/common/autoconf/configure	Mon Apr 30 12:13:29 2012 -0700
@@ -10489,7 +10489,7 @@
 
 # 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)'
 
 
 
--- a/common/autoconf/configure.ac	Thu Apr 19 12:18:32 2012 -0700
+++ b/common/autoconf/configure.ac	Mon Apr 30 12:13:29 2012 -0700
@@ -1004,7 +1004,7 @@
 
 # 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)