diff options
author | Cyril Brulebois <kibi@debian.org> | 2011-03-07 23:56:22 +0100 |
---|---|---|
committer | Cyril Brulebois <kibi@debian.org> | 2011-03-07 23:56:22 +0100 |
commit | b13b48f7146bdcb5c8e0695392c3af025cbaf945 (patch) | |
tree | 317282a887858e71817ce50c7a4089aa95311832 /util-macros/install-sh | |
parent | b13ab52aca2140e76d07a88624ad57bd622504f5 (diff) | |
download | xutils-dev-b13b48f7146bdcb5c8e0695392c3af025cbaf945.tar.gz |
util-macros 1.12.0.
Diffstat (limited to 'util-macros/install-sh')
-rwxr-xr-x | util-macros/install-sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/util-macros/install-sh b/util-macros/install-sh index 6781b98..a5897de 100755 --- a/util-macros/install-sh +++ b/util-macros/install-sh @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2009-04-28.21; # UTC +scriptversion=2006-12-25.00 # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -515,6 +515,5 @@ 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-end: "; # UTC" +# time-stamp-end: "$" # End: |