7165277: Fix missing execute permission issue running logger.sh
authorihse
Mon, 30 Apr 2012 12:13:29 -0700
changeset 12475 0881e7d017ef
parent 12472 98ce9816ae08
child 12476 1246483aab30
7165277: Fix missing execute permission issue running logger.sh Reviewed-by: ohair
common/autoconf/configure
common/autoconf/configure.ac
--- a/common/autoconf/configure	Wed Jul 05 18:09:18 2017 +0200
+++ 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	Wed Jul 05 18:09:18 2017 +0200
+++ 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)