common/autoconf/configure.ac
changeset 12475 0881e7d017ef
parent 12258 6ec26f6cc53e
child 12801 948f8ad66ee7
--- 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)