updateTags: Refactor progress info
This commit is contained in:
parent
3a4e43475a
commit
3c8e0241b1
@ -206,8 +206,8 @@ echo '
|
||||
done
|
||||
echo 'COMMIT;' >&3
|
||||
(( cron )) || echo -n $'\r'
|
||||
echo -n "Read tags from ${count:-0} files."
|
||||
(( cron )) || echo -ne "\033[K"
|
||||
(( count )) && echo -n "Read tags from $count files."
|
||||
(( cron )) || echo -n '\033[K'
|
||||
echo
|
||||
unset count tagfiles
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user