diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-05-08 20:41:08 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-05-08 20:41:08 +0000 |
commit | 823a283d19935b1890e1137f056b974df2dda481 (patch) | |
tree | 706dd5f24baef49e3eaff53f366ccda1f6843095 /scripts/functions | |
parent | 9bed6362936100dd850922d88d7bc00d58137e48 (diff) | |
download | crosstool-ng-823a283d19935b1890e1137f056b974df2dda481.tar.gz crosstool-ng-823a283d19935b1890e1137f056b974df2dda481.tar.bz2 crosstool-ng-823a283d19935b1890e1137f056b974df2dda481.zip |
Hop, a somewhat more efficient progress bar, less CPU consuming, if that was a problem :-)
(a litlle recreation while toochains are building...)
Diffstat (limited to 'scripts/functions')
-rw-r--r-- | scripts/functions | 1 |
1 files changed, 1 insertions, 0 deletions
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 |