Merge
authorkatleman
Wed, 02 May 2012 15:46:52 -0700
changeset 12476 1246483aab30
parent 12474 ddf94c99e4e9 (current diff)
parent 12475 0881e7d017ef (diff)
child 12478 bedca086d6e4
Merge
--- a/common/autoconf/configure	Thu Apr 26 14:04:42 2012 -0700
+++ b/common/autoconf/configure	Wed May 02 15:46:52 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 26 14:04:42 2012 -0700
+++ b/common/autoconf/configure.ac	Wed May 02 15:46:52 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)