scripts/functions
changeset 76 5f84983926e9
parent 63 89b41dbffe8d
child 77 ccb2d742e917
     1.1 --- a/scripts/functions	Mon May 07 09:04:02 2007 +0000
     1.2 +++ b/scripts/functions	Tue May 08 12:54:06 2007 +0000
     1.3 @@ -88,7 +88,7 @@
     1.4                color="CT_${cur_L}_COLOR"
     1.5                normal="CT_NORMAL_COLOR"
     1.6                if [ ${cur_l} -le ${max_level} ]; then
     1.7 -                  echo -e "${!color}${l}${!normal}"
     1.8 +                  echo -e "\r${!color}${l}${!normal}"
     1.9                else
    1.10                    ${CT_PROG_BAR}
    1.11                fi
    1.12 @@ -267,8 +267,10 @@
    1.13      ext=`CT_GetFileExtension "${file}"`
    1.14      if [ -n "${ext}" ]; then
    1.15          if [ "${CT_FORCE_DOWNLOAD}" = "y" ]; then
    1.16 +            CT_DoLog DEBUG "Removing already present \"${file}\""
    1.17              rm -f "${CT_TARBALLS_DIR}/${file}${ext}"
    1.18          else
    1.19 +            CT_DoLog EXTRA "Already have \"${file}\""
    1.20              return 0
    1.21          fi
    1.22      fi