From f738ce45681f4160d3ee7018efc63e42c6bd6cec Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Fri, 16 Jan 2026 02:54:43 +0100 Subject: [PATCH] fix quoting issue --- atom | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/atom b/atom index c3c6f15..744fce7 100755 --- a/atom +++ b/atom @@ -697,11 +697,11 @@ endtime=$EPOCHSECONDS (( cron )) || echo -n $'\r' (( ran )) \ -&& echo -n "Ran $ran tasks${failed:+, $failed of which failed,} \ - in ${days:+$days days,} \ - ${hours:+$hours hours,} \ - ${minutes:+$minutes minutes and} \ - $seconds seconds." +&& echo -n "Ran $ran tasks${failed:+, $failed of which failed,}" \ + "in ${days:+$days days,}" \ + "${hours:+$hours hours,}" \ + "${minutes:+$minutes minutes and}" \ + "$seconds seconds." (( cron )) || echo -en "\033[K" (( ran )) && echo