-q: fix display

This commit is contained in:
Vincent Riquer 2013-10-06 02:44:25 +02:00
parent 783b1946c8
commit a3e26350aa

View File

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