update: Actually update the last entry in the file.
[dvddb] / cycle
... / ...
CommitLineData
1#! /bin/sh -ex
2
3./update PATHS
4./report >PATHS.new
5if cmp -s PATHS.new PATHS; then rm PATHS.new
6else mv PATHS.new PATHS; fi