chiark
/
gitweb
/
~mdw
/
dvddb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11ec36c
)
cycle: Report the diff the other way round.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 7 Jun 2024 22:21:38 +0000
(23:21 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 7 Jun 2024 22:21:38 +0000
(23:21 +0100)
cycle
patch
|
blob
|
blame
|
history
diff --git
a/cycle
b/cycle
index 43f561d51ecaaea0b6a0b81178090a8d1bdb5b9c..3006edcf072d2c6a579d6533d148bc4f97838666 100755
(executable)
--- 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