diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-09-07 10:50:27 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-09-07 10:50:27 +0300 |
commit | 2fac938d18976ed2d9c4059d698b6f463078b698 (patch) | |
tree | 39465f2927c0384cbb985ea223443e58c625b2c0 /README_d | |
parent | 3ef0dc78fb7d7113bcb360b721952c61236d678c (diff) | |
parent | 48c8fc07cc35539aa171116d0b77a6a47336b6fe (diff) | |
download | egawk-2fac938d18976ed2d9c4059d698b6f463078b698.tar.gz egawk-2fac938d18976ed2d9c4059d698b6f463078b698.tar.bz2 egawk-2fac938d18976ed2d9c4059d698b6f463078b698.zip |
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'README_d')
-rw-r--r-- | README_d/ChangeLog | 4 | ||||
-rw-r--r-- | README_d/README.alpine | 7 |
2 files changed, 10 insertions, 1 deletions
diff --git a/README_d/ChangeLog b/README_d/ChangeLog index 5d24f6d8..6e233b0a 100644 --- a/README_d/ChangeLog +++ b/README_d/ChangeLog @@ -1,3 +1,7 @@ +2018-09-07 Arnold D. Robbins <arnold@skeeve.com> + + * README.alpine: Updated with info about diff. + 2018-05-12 Eli Zaretskii <eliz@gnu.org> * README.pc: Update with information regarding testing on Windows diff --git a/README_d/README.alpine b/README_d/README.alpine index 4df5b450..17f4214c 100644 --- a/README_d/README.alpine +++ b/README_d/README.alpine @@ -1,4 +1,4 @@ -Wed Aug 23 08:19:08 IDT 2017 +Fri Sep 7 10:34:54 IDT 2018 ============================ I have a report that Alpine Linux uses BusyBox for its utilities. In @@ -11,5 +11,10 @@ Install coreutils on your Alpine Linux system: in order to get a fully POSIX-compliant ls. +Similarly, 'make diffout' fails because BusyBox diff doesn't accept +the -c option. To get a working diff, use: + + apk add diffutils + Arnold Robbins arnold@skeeve.com |