From: Karl Berry Date: Tue, 2 Dec 2025 22:56:45 +0000 (-0800) Subject: mdate-sh: doc. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=080b6dbea2acb8005d6a72c52caa71862514d2ce;p=thirdparty%2Fautomake.git mdate-sh: doc. * lib/mdate-sh: remove traces of SOURCE_DATE_EPOCH. --- diff --git a/lib/mdate-sh b/lib/mdate-sh index 22396e406..6702177de 100755 --- a/lib/mdate-sh +++ b/lib/mdate-sh @@ -1,8 +1,8 @@ #!/bin/sh -# Get modification time of a file or directory, or value of -# $SOURCE_DATE_EPOCH, and pretty-print it, formatted like 1 January 2000. +# Get modification time of a file or directory and pretty-print it, +# formatted like 1 January 2000. -scriptversion=2025-06-25.21; # UTC +scriptversion=2025-12-02.21; # UTC # Copyright (C) 1995-2025 Free Software Foundation, Inc. # written by Ulrich Drepper , June 1995