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
Renaming and documenting bugs.
[agg.git]
/
nomtime
blob
e4ac102541dab18e63825cd79bcc298abcaade54
1
#!/bin/sh
2
3
MTIME
=
"`stat -c %y .`"
4
$1
5
res
=
$?
6
touch
-md
"
$MTIME
"
.
7
8
exit
$res