X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=Documentation%2Ftxt2pre;h=3ecd9100815dc69eb227444d988ed9dffe755ef1;hp=04bc3b0e3921e77e440f97f7b2a2b92c71bb1f8d;hb=f349c77a421ef1082eb0b22e8f71304df610fa6b;hpb=666dde69a3f64456321b7c701070712d6b85e359 diff --git a/Documentation/txt2pre b/Documentation/txt2pre index 04bc3b0e..3ecd9100 100755 --- a/Documentation/txt2pre +++ b/Documentation/txt2pre @@ -177,9 +177,3 @@ print '', "$title", "
",  $str , '
'; STDOUT->flush; - -# keep mtime on website consistent so clients can cache -if (-f STDIN && -f STDOUT) { - my @st = stat(STDIN); - utime($st[8], $st[9], \*STDOUT); -}