From 66bdede3e865a0af1bf3cec0675cea4c0c721ac5 Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Sun, 9 Nov 2025 06:11:42 +0100 Subject: [PATCH] updateTags: Refactor progress info --- lib/tags/update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/tags/update b/lib/tags/update index 25fef11..643bed4 100644 --- a/lib/tags/update +++ b/lib/tags/update @@ -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 }