mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
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:
parent
4fd458900b
commit
d407c22ee7
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue