diff --git a/lib/files/getFiles b/lib/files/getFiles index cd79f5f..dfb8731 100644 --- a/lib/files/getFiles +++ b/lib/files/getFiles @@ -59,7 +59,7 @@ getFiles() { find "$sourcepath" $prunes -type f -printf "%T@ %s %P\n" ) echo 'COMMIT;' >&3 - (( cron )) || echo $'\r' + (( cron )) || echo -n $'\r' echo "${count:-0} files found, ${new:=0} new or changed." unset count }