update last_seen for unchanged files too

This commit is contained in:
Vincent Riquer 2013-02-28 02:50:23 +01:00
parent 7a036da04b
commit 500adb67fb

4
atom
View File

@ -566,6 +566,10 @@ getFiles() {
filename $filename
EOWhere
(( ++new ))
else
Update source_files last_seen $scantime <<-EOWhere
filename = $filename
EOWhere
fi
case $(( ++count % 4 )) in
0) echo -ne '\r|' ;;