summaryrefslogtreecommitdiff
path: root/install-sh
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-10-30 19:09:31 -0700
committerAnas Nashif <anas.nashif@intel.com>2012-10-30 19:09:31 -0700
commit3469b240e4a2883540bd48379c600c41d42e8453 (patch)
tree72673b8c0c8851f643f29671530c4b8c05977b35 /install-sh
parent480bae27c1f8df6025b890e8732a3b74983871b9 (diff)
downloadxf86vidmodeproto-3469b240e4a2883540bd48379c600c41d42e8453.tar.gz
xf86vidmodeproto-3469b240e4a2883540bd48379c600c41d42e8453.tar.bz2
xf86vidmodeproto-3469b240e4a2883540bd48379c600c41d42e8453.zip
Imported Upstream version 2.3.1upstream/2.3.1upstream
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 a5897de..6781b98 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: