diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-10-02 22:02:02 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-10-02 22:02:02 +0300 |
commit | 3760edc4a0d4b977dbd7e96f45a3e8d88c293918 (patch) | |
tree | 74a1a874876db489e161b4fb55074043f4302ad1 /config.sub | |
parent | e4f68191b510ea46eed8156630d4029cf7dffc8f (diff) | |
parent | bd9f81e572ea6d7a48a352fabc1e8cddcb9d39e7 (diff) | |
download | egawk-3760edc4a0d4b977dbd7e96f45a3e8d88c293918.tar.gz egawk-3760edc4a0d4b977dbd7e96f45a3e8d88c293918.tar.bz2 egawk-3760edc4a0d4b977dbd7e96f45a3e8d88c293918.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2017 Free Software Foundation, Inc. -timestamp='2017-09-16' +timestamp='2017-09-26' # 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 @@ -1829,7 +1829,7 @@ echo $basic_machine$os exit # Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) +# eval: (add-hook 'write-file-functions 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" |