fix quoting issue

This commit is contained in:
Vincent Riquer 2026-01-16 02:54:43 +01:00
parent 04343b42ca
commit 0e01c85aa5

10
atom
View File

@ -697,11 +697,11 @@ endtime=$EPOCHSECONDS
(( cron )) || echo -n $'\r' (( cron )) || echo -n $'\r'
(( ran )) \ (( ran )) \
&& echo -n "Ran $ran tasks${failed:+, $failed of which failed,} \ && echo -n "Ran $ran tasks${failed:+, $failed of which failed,}" \
in ${days:+$days days,} \ "in ${days:+$days days,}" \
${hours:+$hours hours,} \ "${hours:+$hours hours,}" \
${minutes:+$minutes minutes and} \ "${minutes:+$minutes minutes and}" \
$seconds seconds." "$seconds seconds."
(( cron )) || echo -en "\033[K" (( cron )) || echo -en "\033[K"
(( ran )) && echo (( ran )) && echo