scripts/functions
changeset 81 a20be197429a
parent 79 1b5fe9bbe694
child 82 a1c93f975268
     1.1 --- a/scripts/functions	Tue May 08 18:43:26 2007 +0000
     1.2 +++ b/scripts/functions	Tue May 08 20:41:08 2007 +0000
     1.3 @@ -91,6 +91,7 @@
     1.4                normal="CT_NORMAL_COLOR"
     1.5                if [ ${cur_l} -le ${max_level} ]; then
     1.6                    echo -e "\r${!color}${l}${!normal}"
     1.7 +                  CT_PROG_BAR_CPT=0 # Force redrawing progress bar on next 'unlogged' line
     1.8                else
     1.9                    ${CT_PROG_BAR}
    1.10                fi