diff options
author | Jim Meyering <meyering@redhat.com> | 2008-07-11 19:32:46 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-07-11 19:32:46 +0200 |
commit | 91d8d1b4835f58f1c9b9a69520e8edc886bf9060 (patch) | |
tree | 66d3fe626353b6ede05220891c7b6bd091e5dd9b /ChangeLog | |
parent | 9d3aac76ae55c381dd8d2f8eb478e93084d33dc5 (diff) | |
download | gnulib-91d8d1b4835f58f1c9b9a69520e8edc886bf9060.tar.gz |
vc-list-files: make the last-resort awk code more portable
* build-aux/vc-list-files: Don't rely on awk's "sub" command.
/bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
does not support it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-07-11 Jim Meyering <meyering@redhat.com> + + vc-list-files: make the last-resort awk code more portable + * build-aux/vc-list-files: Don't rely on awk's "sub" command. + /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56 + does not support it. + 2008-07-10 Eric Blake <ebb9@byu.net> Work with tar's bootstrap. |