diff -r 95ca955e8a58 -r cf871e2cccc9 scripts/saveSample.sh --- a/scripts/saveSample.sh Tue May 22 20:33:43 2007 +0000 +++ b/scripts/saveSample.sh Wed May 23 19:07:54 2007 +0000 @@ -13,11 +13,6 @@ exec 6>&1 exec >/dev/null -# Override log level -unset CT_LOG_ERROR CT_LOG_WARN CT_LOG_EXTRA CT_LOG_DEBUG -CT_LOG_INFO=y -CT_LOG_LEVEL_MAX="INFO" - # Parse the configuration file CT_TestOrAbort "Configuration file not found. Please create one." -f "${CT_TOP_DIR}/.config" . "${CT_TOP_DIR}/.config" @@ -29,6 +24,11 @@ # re-parse them: . "${CT_TOP_DIR}/.config" +# Override log level +unset CT_LOG_ERROR CT_LOG_WARN CT_LOG_EXTRA CT_LOG_DEBUG +CT_LOG_INFO=y +CT_LOG_LEVEL_MAX="INFO" + # Create the sample directory # In case it was manually made, add it to svn if [ -d "${CT_TOP_DIR}/samples/${CT_TARGET}" ]; then