diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-08-23 08:36:52 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-08-23 08:36:52 +0300 |
commit | d8f8817921b8ff1fb41f79f6ecf12cce42441e9f (patch) | |
tree | a84c0da7e8d28ed0cfb009618a49b9a313043dad /README_d | |
parent | b33eb7a4bf226ce8d9f568927f875afe290d9b06 (diff) | |
parent | b42cad3ddb49b1a19c81785c9916a789b7d32efc (diff) | |
download | egawk-d8f8817921b8ff1fb41f79f6ecf12cce42441e9f.tar.gz egawk-d8f8817921b8ff1fb41f79f6ecf12cce42441e9f.tar.bz2 egawk-d8f8817921b8ff1fb41f79f6ecf12cce42441e9f.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'README_d')
-rw-r--r-- | README_d/ChangeLog | 4 | ||||
-rw-r--r-- | README_d/README.alpine | 15 |
2 files changed, 19 insertions, 0 deletions
diff --git a/README_d/ChangeLog b/README_d/ChangeLog index c93879f9..43da7cdd 100644 --- a/README_d/ChangeLog +++ b/README_d/ChangeLog @@ -1,3 +1,7 @@ +2017-08-23 Arnold D. Robbins <arnold@skeeve.com> + + * README.alpine: New file. + 2017-08-13 Arnold D. Robbins <arnold@skeeve.com> * README.freebsd: New file. diff --git a/README_d/README.alpine b/README_d/README.alpine new file mode 100644 index 00000000..4df5b450 --- /dev/null +++ b/README_d/README.alpine @@ -0,0 +1,15 @@ +Wed Aug 23 08:19:08 IDT 2017 +============================ + +I have a report that Alpine Linux uses BusyBox for its utilities. In +particular, the BusyBox ls does not have a -f option. This option is +needed in at least one of the tests. + +Install coreutils on your Alpine Linux system: + + apk add coreutils + +in order to get a fully POSIX-compliant ls. + +Arnold Robbins +arnold@skeeve.com |