summaryrefslogtreecommitdiff
path: root/DEPENDENCIES
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-05-14 18:05:22 +0200
committerBruno Haible <bruno@clisp.org>2021-05-14 18:05:22 +0200
commit57e8c5005244df16e681428986c3bf0426050814 (patch)
tree0f951132a549b4c125e1412f3943e5354e4e40fc /DEPENDENCIES
parentf6b9c58618ec757924cb987457243756cd68fa5d (diff)
downloadgnulib-57e8c5005244df16e681428986c3bf0426050814.tar.gz
DEPENDENCIES: Mention the requirement for 'join'.
Reported by Simon Josefsson <simon@josefsson.org> in <https://lists.gnu.org/archive/html/bug-gnulib/2021-05/msg00047.html>. * DEPENDENCIES: Mention 'join' among the core POSIX utilities.
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r--DEPENDENCIES2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES
index fe70558a27..5e82be4e2a 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -58,7 +58,7 @@ at any time.
* Core POSIX utilities, including:
[ basename cat chgrp chmod chown cp dd echo expand expr
- false hostname install kill ln ls md5sum mkdir mkfifo
+ false hostname install join kill ln ls md5sum mkdir mkfifo
mknod mv printenv pwd rm rmdir sleep sort tee test touch
true uname
+ Mandatory. Using the platform's native utilities gives good portability