Clean the sample saving script.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu May 10 16:22:44 2007 +0000 (2007-05-10)
changeset 84dcb02306a338
parent 83 286b5a6938ac
child 85 ac2845835b13
Clean the sample saving script.
scripts/saveSample.sh
     1.1 --- a/scripts/saveSample.sh	Wed May 09 18:55:35 2007 +0000
     1.2 +++ b/scripts/saveSample.sh	Thu May 10 16:22:44 2007 +0000
     1.3 @@ -12,6 +12,9 @@
     1.4  
     1.5  # Log to a temporary file until we have built our environment
     1.6  CT_ACTUAL_LOG_FILE="${CT_TOP_DIR}/$$.log"
     1.7 +
     1.8 +# Override log level
     1.9 +unset CT_LOG_ERROR CT_LOG_WARN CT_LOG_EXTRA CT_LOG_DEBUG 
    1.10  CT_LOG_INFO=y
    1.11  CT_LOG_LEVEL_MAX="INFO"
    1.12  
    1.13 @@ -19,11 +22,6 @@
    1.14  CT_TestOrAbort "Configuration file not found. Please create one." -f "${CT_TOP_DIR}/.config"
    1.15  . "${CT_TOP_DIR}/.config"
    1.16  
    1.17 -# Override log level
    1.18 -unset CT_LOG_ERROR CT_LOG_WARN CT_LOG_EXTRA CT_LOG_DEBUG 
    1.19 -CT_LOG_INFO=y
    1.20 -CT_LOG_LEVEL_MAX="INFO"
    1.21 -
    1.22  # Target triplet: CT_TARGET needs a little love:
    1.23  CT_DoBuildTargetTriplet
    1.24