common/autoconf/configure.ac

changeset 430
afeeed8e5f8c
parent 425
e1830598f0b7
child 445
efd26e051e50
     1.1 --- a/common/autoconf/configure.ac	Thu Apr 19 12:18:32 2012 -0700
     1.2 +++ b/common/autoconf/configure.ac	Mon Apr 30 12:13:29 2012 -0700
     1.3 @@ -1004,7 +1004,7 @@
     1.4  
     1.5  # Setup default logging of stdout and stderr to build.log in the output root.
     1.6  BUILD_LOG='$(OUTPUT_ROOT)/build.log'
     1.7 -BUILD_LOG_WRAPPER='$(SRC_ROOT)/common/bin/logger.sh $(BUILD_LOG)'
     1.8 +BUILD_LOG_WRAPPER='$(SH) $(SRC_ROOT)/common/bin/logger.sh $(BUILD_LOG)'
     1.9  AC_SUBST(BUILD_LOG)
    1.10  AC_SUBST(BUILD_LOG_WRAPPER)
    1.11  

mercurial