summaryrefslogtreecommitdiff
path: root/build-aux/missing
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2025-11-24 06:50:20 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2025-11-24 06:50:20 +0100
commitd2c60504265dbd03a31c357724618bac70ac4ffe (patch)
treeb630969b8f5ae3690f764738b249668fcef843df /build-aux/missing
parentafd606e6806b6c34b816893f6d04789d86a83fbc (diff)
parenta384d3bf0397c8237f3a78e690db6d9141e6345c (diff)
Merge branch 'release/debian/5.2-1_exp1'HEADdebian/5.2-1_exp1master
Diffstat (limited to 'build-aux/missing')
-rwxr-xr-xbuild-aux/missing8
1 files changed, 4 insertions, 4 deletions
diff --git a/build-aux/missing b/build-aux/missing
index 7e7d78e..5e450ba 100755
--- a/build-aux/missing
+++ b/build-aux/missing
@@ -1,11 +1,11 @@
#! /bin/sh
# Common wrapper for a few potentially missing GNU and other programs.
-scriptversion=2024-06-07.14; # UTC
+scriptversion=2025-06-18.21; # UTC
# shellcheck disable=SC2006,SC2268 # we must support pre-POSIX shells
-# Copyright (C) 1996-2024 Free Software Foundation, Inc.
+# Copyright (C) 1996-2025 Free Software Foundation, Inc.
# Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
# This program is free software; you can redistribute it and/or modify
@@ -228,9 +228,9 @@ give_advice "$1" | sed -e '1s/^/WARNING: /' \
exit $st
# Local variables:
-# eval: (add-hook 'before-save-hook 'time-stamp)
+# eval: (add-hook 'before-save-hook 'time-stamp nil t)
# time-stamp-start: "scriptversion="
-# time-stamp-format: "%:y-%02m-%02d.%02H"
+# time-stamp-format: "%Y-%02m-%02d.%02H"
# time-stamp-time-zone: "UTC0"
# time-stamp-end: "; # UTC"
# End: