repo.or.cz
/
agg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Some fixes on acceptance tests.
[agg.git]
/
nomtime
blob
b0294324a155600c4319db1c99f22b288cbb6675
1
#!/bin/sh
2
3
MTIME
=
"`stat -c %y .`"
4
eval
"$*"
5
res
=
$?
6
touch
-md
"
$MTIME
"
.
7
8
exit
$res