aboutsummaryrefslogtreecommitdiffstats
path: root/README_d/README.alpine
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-08-23 08:36:52 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-08-23 08:36:52 +0300
commitd8f8817921b8ff1fb41f79f6ecf12cce42441e9f (patch)
treea84c0da7e8d28ed0cfb009618a49b9a313043dad /README_d/README.alpine
parentb33eb7a4bf226ce8d9f568927f875afe290d9b06 (diff)
parentb42cad3ddb49b1a19c81785c9916a789b7d32efc (diff)
downloadegawk-d8f8817921b8ff1fb41f79f6ecf12cce42441e9f.tar.gz
egawk-d8f8817921b8ff1fb41f79f6ecf12cce42441e9f.tar.bz2
egawk-d8f8817921b8ff1fb41f79f6ecf12cce42441e9f.zip
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'README_d/README.alpine')
-rw-r--r--README_d/README.alpine15
1 files changed, 15 insertions, 0 deletions
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