summaryrefslogtreecommitdiff
path: root/build-aux/install-sh
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-01-12 12:53:28 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2016-01-12 12:54:21 -0800
commit3f89681acc0abf7d2d6a6893ab00c3f7e25cced1 (patch)
tree9f297e0d67ad37a3237e786edf5f7bd10ff5fbfd /build-aux/install-sh
parent6118065a2bd26ddd8e0ee0596b05b325db8c87eb (diff)
downloadgnulib-3f89681acc0abf7d2d6a6893ab00c3f7e25cced1.tar.gz
autoupdate
Diffstat (limited to 'build-aux/install-sh')
-rwxr-xr-xbuild-aux/install-sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/install-sh b/build-aux/install-sh
index 0b0fdcbba6..0360b79e7d 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=2013-12-25.23; # UTC
+scriptversion=2016-01-11.22; # UTC
# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the
@@ -496,6 +496,6 @@ done
# eval: (add-hook 'write-file-hooks 'time-stamp)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-time-zone: "UTC"
+# time-stamp-time-zone: "UTC0"
# time-stamp-end: "; # UTC"
# End: