getFiles: clear end of line when displaying summary
This commit is contained in:
parent
16f0d42335
commit
792390678d
@ -60,6 +60,6 @@ getFiles() {
|
||||
)
|
||||
echo 'COMMIT;' >&3
|
||||
(( cron )) || echo -n $'\r'
|
||||
echo "${count:-0} files found, ${new:=0} new or changed."
|
||||
echo "${count:-0} files found, ${new:=0} new or changed."$'\033[K'
|
||||
unset count
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user