# HG changeset patch # User "Yann E. MORIN" # Date 1216394289 0 # Node ID 44fed7e2a22cf413b474eb50b10f3a3d45ae6ef8 # Parent e97e219f2838fc1b867868705ed261a29ac671fd Don't use a progress bar when saving samples, it's ugly. /trunk/scripts/saveSample.sh | 7 5 2 0 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff -r e97e219f2838 -r 44fed7e2a22c scripts/saveSample.sh --- a/scripts/saveSample.sh Fri Jul 18 15:15:45 2008 +0000 +++ b/scripts/saveSample.sh Fri Jul 18 15:18:09 2008 +0000 @@ -18,6 +18,9 @@ CT_TestOrAbort "Configuration file not found. Please create one." -f "${CT_TOP_DIR}/.config" . "${CT_TOP_DIR}/.config" +# Do not use a progress bar +unset CT_LOG_PROGRESS_BAR + # Parse the architecture-specific functions . "${CT_LIB_DIR}/arch/${CT_ARCH}/functions" @@ -28,8 +31,8 @@ # re-parse them: . "${CT_TOP_DIR}/.config" -# Override log level -unset CT_LOG_ERROR CT_LOG_INFO CT_LOG_EXTRA CT_LOG_DEBUG LOG_ALL +# Override log options +unset CT_LOG_PROGRESS_BAR CT_LOG_ERROR CT_LOG_INFO CT_LOG_EXTRA CT_LOG_DEBUG LOG_ALL CT_LOG_WARN=y CT_LOG_LEVEL_MAX="WARN"