coreutils: Add caveat for --default-names

Closes Homebrew/homebrew#8387.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Misty De Meo 2011-10-31 11:38:24 -05:00 committed by Jack Nagel
parent 8240668bbd
commit 0ad45ea328
1 changed files with 6 additions and 0 deletions

View File

@ -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