diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-04-02 16:40:50 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-04-02 16:40:50 +0300 |
commit | db0ad810899edd82b68ac681a4b1111fc25b3e30 (patch) | |
tree | 853bae05bcf28150f85b53976c505fda8eb40406 /config.guess | |
parent | 38126dd894446fdbdddded3f3d4bd807d1764ebc (diff) | |
parent | 34021ae7b7b8662b41fe6feeced4cf619cb31c21 (diff) | |
download | egawk-db0ad810899edd82b68ac681a4b1111fc25b3e30.tar.gz egawk-db0ad810899edd82b68ac681a4b1111fc25b3e30.tar.bz2 egawk-db0ad810899edd82b68ac681a4b1111fc25b3e30.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.guess b/config.guess index 8ca6a44c..256083a7 100755 --- a/config.guess +++ b/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: "'" |