fix quoting issue
This commit is contained in:
parent
6275485da6
commit
7944dbffe8
10
atom
10
atom
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user