diff options
author | marha <marha@users.sourceforge.net> | 2010-06-25 08:09:35 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-06-25 08:09:35 +0000 |
commit | 33ffba2e91f46fed9e98d82d3db52b443fb49d9b (patch) | |
tree | 03db1d562b43892e14b1cd00233669ad3ce82fa7 /libXfont/install-sh | |
parent | 345335d61c71c245846d679d568a8b5eca1a5ca9 (diff) | |
parent | 65fee5533a4cec1d9c1ec631f9cb98f09cf638cf (diff) | |
download | vcxsrv-33ffba2e91f46fed9e98d82d3db52b443fb49d9b.tar.gz vcxsrv-33ffba2e91f46fed9e98d82d3db52b443fb49d9b.tar.bz2 vcxsrv-33ffba2e91f46fed9e98d82d3db52b443fb49d9b.zip |
svn merge "^/branches/released" .
Diffstat (limited to 'libXfont/install-sh')
-rw-r--r-- | libXfont/install-sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libXfont/install-sh b/libXfont/install-sh index 6781b987b..a5897de6e 100644 --- a/libXfont/install-sh +++ b/libXfont/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: |