From: Sergey Matveev Date: Wed, 14 May 2025 10:33:35 +0000 (+0300) Subject: Forgotten touch X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=941265df403c9b9f0ec23a2c2e891aed2291f13c;p=swg.git Forgotten touch --- diff --git a/zk b/zk index 3409b5c..250f8ff 100755 --- a/zk +++ b/zk @@ -444,6 +444,7 @@ if ($ARGV[0] eq "dump") { open($fh, ">:encoding(UTF-8)", $fn) or die "$!"; genIndex $fh, $cat; close $fh; + utime $now, $now, $fn; $fn = "$ARGV[1]/${cat}index.html"; open($fh, ">:encoding(UTF-8)", $fn) or die "$!"; genHTML $fh, $cat, genIndex2Buf $cat;