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'
|
||||
(( 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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user