From d407c22ee79fa7869395bb9d34e5f0f91f4ccb6e Mon Sep 17 00:00:00 2001 From: Andrew Toskin Date: Sat, 12 Aug 2017 22:40:48 -0700 Subject: [PATCH] getopt isn't used anymore, and getent itself is optional. getopt doesn't work very well in the BSDs, and getent has plenty of fallbacks to replace it when it's not available. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index b39b4908a..4c36b4e35 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,6 @@ At runtime, fish requires: * an awk implementation, such as gawk, mawk, etc * coreutils --- at least basename, cat, cut, date, dircolors, dirname, ls, mkdir, mkfifo, mktemp, rm, seq, sort, stat, stty, tail, tr, tty, uname, uniq, wc, whoami * find - * getent (part of glibc) - * getopt * grep * hostname * kill