diff options
author | Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net> | 2016-04-29 16:00:07 +0200 |
---|---|---|
committer | Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net> | 2016-04-29 16:00:07 +0200 |
commit | 9915e5fcdee9e49ae17257804ca6c28c24f2fd9f (patch) | |
tree | 20f0b7e0dac4ecbb269f95548fbd321e04f885c8 /stamp | |
parent | 4970fbaf0d29c8dcfc55990592c40ca916f54e9a (diff) |
* fix error in test for redo-stamp(1)
Diffstat (limited to 'stamp')
-rw-r--r-- | stamp/all.do | 4 |
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 |