diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-11-24 06:50:20 +0100 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-11-24 06:50:20 +0100 |
| commit | d2c60504265dbd03a31c357724618bac70ac4ffe (patch) | |
| tree | b630969b8f5ae3690f764738b249668fcef843df /build-aux/install-sh | |
| parent | afd606e6806b6c34b816893f6d04789d86a83fbc (diff) | |
| parent | a384d3bf0397c8237f3a78e690db6d9141e6345c (diff) | |
Merge branch 'release/debian/5.2-1_exp1'HEADdebian/5.2-1_exp1master
Diffstat (limited to 'build-aux/install-sh')
| -rwxr-xr-x | build-aux/install-sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build-aux/install-sh b/build-aux/install-sh index b1d7a6f..1d8d966 100755 --- a/build-aux/install-sh +++ b/build-aux/install-sh @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2024-06-19.01; # UTC +scriptversion=2025-06-18.21; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -533,9 +533,9 @@ do done # 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: |
