summaryrefslogtreecommitdiff
path: root/stamp/all.do
diff options
context:
space:
mode:
authorNils Dagsson Moskopp <nils@dieweltistgarnichtso.net>2016-04-29 16:00:07 +0200
committerNils Dagsson Moskopp <nils@dieweltistgarnichtso.net>2016-04-29 16:00:07 +0200
commit9915e5fcdee9e49ae17257804ca6c28c24f2fd9f (patch)
tree20f0b7e0dac4ecbb269f95548fbd321e04f885c8 /stamp/all.do
parent4970fbaf0d29c8dcfc55990592c40ca916f54e9a (diff)
* fix error in test for redo-stamp(1)
Diffstat (limited to 'stamp/all.do')
-rw-r--r--stamp/all.do4
1 files changed, 2 insertions, 2 deletions
diff --git a/stamp/all.do b/stamp/all.do
index d091f5e..e0cd366 100644
--- a/stamp/all.do
+++ b/stamp/all.do
@@ -7,8 +7,8 @@ echo 2 > b
redo-ifchange a
read a2 <a
-echo 1 > b
-redo-ifchange b
+echo 2 > b
+redo-ifchange a
read a3 <a
if [ $a1 -lt $a2 ]; then