From 823a283d19935b1890e1137f056b974df2dda481 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 8 May 2007 20:41:08 +0000 Subject: Hop, a somewhat more efficient progress bar, less CPU consuming, if that was a problem :-) (a litlle recreation while toochains are building...) --- scripts/functions | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/functions') diff --git a/scripts/functions b/scripts/functions index a207576a..1bd7fbdf 100644 --- a/scripts/functions +++ b/scripts/functions @@ -91,6 +91,7 @@ CT_DoLog() { normal="CT_NORMAL_COLOR" if [ ${cur_l} -le ${max_level} ]; then echo -e "\r${!color}${l}${!normal}" + CT_PROG_BAR_CPT=0 # Force redrawing progress bar on next 'unlogged' line else ${CT_PROG_BAR} fi -- cgit v1.2.3