summaryrefslogtreecommitdiff
path: root/install-sh
diff options
context:
space:
mode:
authorwl <wl>2010-12-31 05:56:39 +0000
committerwl <wl>2010-12-31 05:56:39 +0000
commitd5f2a8f36ddeb1ff9dd8b657904f050173ab984c (patch)
treeefd20dbf120ffe38055000db99543d1f138bb5e2 /install-sh
parent945860602253a014ba1ff83c9817ddeca4eb5c22 (diff)
downloadgroff-d5f2a8f36ddeb1ff9dd8b657904f050173ab984c.tar.gz
Update various scripts.
* config.guess, config.sub: Update from `config' repository. * install-sh, mkinstalldirs: Update from `gnulib' repository.
Diffstat (limited to 'install-sh')
-rwxr-xr-xinstall-sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/install-sh b/install-sh
index a5897de6..6781b987 100755
--- a/install-sh
+++ b/install-sh
@@ -1,7 +1,7 @@
#!/bin/sh
# install - install a program, script, or datafile
-scriptversion=2006-12-25.00
+scriptversion=2009-04-28.21; # UTC
# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the
@@ -515,5 +515,6 @@ done
# eval: (add-hook 'write-file-hooks 'time-stamp)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-end: "$"
+# time-stamp-time-zone: "UTC"
+# time-stamp-end: "; # UTC"
# End: