]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
mdate-sh: doc. master
authorKarl Berry <karl@freefriends.org>
Tue, 2 Dec 2025 22:56:45 +0000 (14:56 -0800)
committerKarl Berry <karl@freefriends.org>
Tue, 2 Dec 2025 22:56:45 +0000 (14:56 -0800)
* lib/mdate-sh: remove traces of SOURCE_DATE_EPOCH.

lib/mdate-sh

index 22396e406796347eb5926176e03356141400781e..6702177de31649878a57b724d046180decf01174 100755 (executable)
@@ -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 <drepper@gnu.ai.mit.edu>, June 1995