From 48b0a08b8724e7d5671dac2abf17ddb6d4e2a8f8 Mon Sep 17 00:00:00 2001 From: Xin LI Date: Sun, 18 May 2025 22:51:42 -0700 Subject: Vendor import of less v678. --- mkhelp.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkhelp.pl') diff --git a/mkhelp.pl b/mkhelp.pl index e93535b9d6cc..452d9a0aef31 100755 --- a/mkhelp.pl +++ b/mkhelp.pl @@ -7,7 +7,7 @@ use strict; # whose content is the input to this script. { - my ($sec,$min,$hour,$mday,$mon,$year) = gmtime(); + my ($sec,$min,$hour,$mday,$mon,$year) = gmtime($ENV{SOURCE_DATE_EPOCH} // time()); printf "/* This file was generated by mkhelp.pl from less.hlp at %d:%02d on %d/%d/%d */\n", $hour, $min, $year+1900, $mon+1, $mday; print "#include \"less.h\"\n"; -- cgit v1.3