diff options
author | Jim Meyering <meyering@redhat.com> | 2011-03-13 13:20:54 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-03-13 18:41:44 +0100 |
commit | 56e8714e2b3b186c2da52f7c7803875f4d5596d2 (patch) | |
tree | 95a52d9847a0f803cd8805dd3ccfbe7bd59936d6 /.gitignore | |
parent | e0245ae0aed72338d5dcb5b71f7a963859a93317 (diff) | |
download | coreutils-56e8714e2b3b186c2da52f7c7803875f4d5596d2.tar.xz |
touch: update to latest gnulib to fix Solaris 10 touch segfault
* gnulib: Update to latest, to address http://debbugs.gnu.org/8230.
When built on Solaris 9 and run on Solaris 10, touch would segfault.
Reported by Ben Walton.
* bootstrap: Update from gnulib.
* tests/init.sh: Likewise.
* NEWS (Bug fixes): Mention this.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 138e72abb..cc179969e 100644 --- a/.gitignore +++ b/.gitignore @@ -75,8 +75,8 @@ /src/version.h /stamp-h1 /tests/*/*.log -/tests/t? /tests/.built-programs +/tests/t? /tests/test-suite.log ID Makefile |