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.

<https://github.com/terrycloth/fish-shell/commit/
47a768ceeaef1d702624802d83338edbcc0f377c#commitcomment-23613921>
This commit is contained in:
Andrew Toskin 2017-08-12 22:40:48 -07:00 committed by Kurtis Rader
parent e6bb7fc973
commit 146c62c603

View file

@ -28,8 +28,6 @@ fish requires PCRE2 due to the regular expression support contained in the `stri
* 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