summaryrefslogtreecommitdiff
path: root/build-aux/install-sh
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-05-05 05:40:15 -0700
committerKarl Berry <karl@freefriends.org>2009-05-05 05:40:15 -0700
commita556453c32061f4723bd672695e02581fc662890 (patch)
tree1a063628559a8161ec8a025874caa05ad7cc9030 /build-aux/install-sh
parent67a85c2b8a870d5f34acbc699f6c429b865b4d10 (diff)
downloadgnulib-a556453c32061f4723bd672695e02581fc662890.tar.gz
autoupdate
Diffstat (limited to 'build-aux/install-sh')
-rwxr-xr-xbuild-aux/install-sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/build-aux/install-sh b/build-aux/install-sh
index a5897de6ea..6781b987bd 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=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: