-q: fix display
This commit is contained in:
parent
783b1946c8
commit
a3e26350aa
@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user