diff options
author | Karl Berry <karl@freefriends.org> | 2018-03-09 01:23:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-03-09 01:23:32 +0000 |
commit | 611b3e5674ffb34929061373d7711ab6b53bb614 (patch) | |
tree | 318fe5e99d0a541b7fc57846c1720d40cbda6d41 /Master/tlpkg/installer | |
parent | aac7a21e0ef94b8d32f36d158e264fe87366c8ab (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@46896 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rwxr-xr-x | Master/tlpkg/installer/config.guess | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess index 8ca6a44c10c..256083a70d3 100755 --- a/Master/tlpkg/installer/config.guess +++ b/Master/tlpkg/installer/config.guess @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2018 Free Software Foundation, Inc. -timestamp='2018-03-01' +timestamp='2018-03-08' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -1469,7 +1469,7 @@ EOF exit 1 # Local variables: -# eval: (add-hook 'write-file-functions 'time-stamp) +# eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" |