X-Git-Url: https://git.distorted.org.uk/~mdw/dvddb/blobdiff_plain/11ec36c183badd178ae44997fbff5eaee3638eb2..refs/heads/master:/cycle diff --git a/cycle b/cycle index 43f561d..3006edc 100755 --- a/cycle +++ b/cycle @@ -2,5 +2,5 @@ ./update PATHS ./report >PATHS.new -if diff -u PATHS.new PATHS; then rm PATHS.new +if diff -u PATHS PATHS.new; then rm PATHS.new else mv PATHS.new PATHS; fi