coreutils: Add caveat for --default-names
Closes Homebrew/homebrew#8387. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
8240668bbd
commit
0ad45ea328
1 changed files with 6 additions and 0 deletions
|
@ -60,6 +60,12 @@ which is known to cause problems with "bash-completion".
|
|||
|
||||
The man pages are still referenced with the g-prefix.
|
||||
EOS
|
||||
else
|
||||
<<-EOS
|
||||
Installing coreutils using the default names will cause the utilities to
|
||||
shadow system-provided BSD tools if /usr/local/bin is ahead of /usr/bin in
|
||||
the path. This may cause problems in shell scripts.
|
||||
EOS
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue