blob: 4df5b450b624218c7979ad4f075dbc2983a832dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
|