gnu-utility: Remove now obsolete egrep and fgrep
These were marked deprecated for a while and has now been marked obsolete since gnu-grep 3.8 [1]. They have been removed from POSIX as well [2]. [1] https://lists.gnu.org/archive/html/info-gnu/2022-09/msg00001.html [2] https://pubs.opengroup.org/onlinepubs/9699919799/utilities/grep.html#tag_20_55_18
This commit is contained in:
parent
52bf42f887
commit
f7cb1fee1b
1 changed files with 1 additions and 2 deletions
|
@ -44,8 +44,7 @@ _gnu_utility_cmds=(
|
|||
'libtool' 'libtoolize'
|
||||
|
||||
# Miscellaneous
|
||||
'awk' 'egrep' 'fgrep' 'getopt' 'grep' 'indent' 'make' 'sed' 'tar' 'time'
|
||||
'units' 'which'
|
||||
'awk' 'getopt' 'grep' 'indent' 'make' 'sed' 'tar' 'time' 'units' 'which'
|
||||
)
|
||||
|
||||
# Wrap GNU utilities in functions.
|
||||
|
|
Loading…
Reference in a new issue