summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtool/make-snapshot1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot
index 2476df503d..12a1a9f6bf 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -521,6 +521,7 @@ after-update::
print "creating tarball... #{tarball}"
if tar_create(tarball, v)
puts $colorize.pass(" done")
+ File.utime(modified, modified, tarball) if modified
next if tarball == file
else
puts $colorize.fail(" failed")