diff options
author | Assaf Gordon <assafgordon@gmail.com> | 2017-01-21 15:04:43 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2017-01-21 15:04:43 +0000 |
commit | bd9beb510225a05fdfc581627df03e5a08ec408f (patch) | |
tree | f634d938b8639d13a88794711b0b22587c6bb540 /bootstrap | |
parent | b14be5085cd1aefd473a000456b21270e6070711 (diff) | |
download | coreutils-bd9beb510225a05fdfc581627df03e5a08ec408f.tar.xz |
maint: appease syntax-check failures due to recent updates
* bootstrap: s/time stamp/timestamp/.
* old/fileutils/NEWS: Likewise.
* src/tail.c: Avoided a long line.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -790,7 +790,7 @@ symlink_to_dir() # Leave any existing symlink alone, if it already points to the source, # so that broken build tools that care about symlink times # aren't confused into doing unnecessary builds. Conversely, if the - # existing symlink's time stamp is older than the source, make it afresh, + # existing symlink's timestamp is older than the source, make it afresh, # so that broken tools aren't confused into skipping needed builds. See # <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00326.html>. test -h "$dst" && |