7165277: Fix missing execute permission issue running logger.sh

Mon, 30 Apr 2012 12:13:29 -0700

author
ihse
date
Mon, 30 Apr 2012 12:13:29 -0700
changeset 430
afeeed8e5f8c
parent 428
6a6ba0a07f33
child 431
b2972095a4b1

7165277: Fix missing execute permission issue running logger.sh
Reviewed-by: ohair

common/autoconf/configure file | annotate | diff | comparison | revisions
common/autoconf/configure.ac file | annotate | diff | comparison | revisions
     1.1 --- a/common/autoconf/configure	Thu Apr 19 12:18:32 2012 -0700
     1.2 +++ b/common/autoconf/configure	Mon Apr 30 12:13:29 2012 -0700
     1.3 @@ -10489,7 +10489,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  
    1.10  
    1.11  
     2.1 --- a/common/autoconf/configure.ac	Thu Apr 19 12:18:32 2012 -0700
     2.2 +++ b/common/autoconf/configure.ac	Mon Apr 30 12:13:29 2012 -0700
     2.3 @@ -1004,7 +1004,7 @@
     2.4  
     2.5  # Setup default logging of stdout and stderr to build.log in the output root.
     2.6  BUILD_LOG='$(OUTPUT_ROOT)/build.log'
     2.7 -BUILD_LOG_WRAPPER='$(SRC_ROOT)/common/bin/logger.sh $(BUILD_LOG)'
     2.8 +BUILD_LOG_WRAPPER='$(SH) $(SRC_ROOT)/common/bin/logger.sh $(BUILD_LOG)'
     2.9  AC_SUBST(BUILD_LOG)
    2.10  AC_SUBST(BUILD_LOG_WRAPPER)
    2.11  

mercurial