coreutils: clarify consequences of --default-names
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
966bef4306
commit
57c6c38535
1 changed files with 6 additions and 1 deletions
|
@ -64,7 +64,12 @@ The man pages are still referenced with the g-prefix.
|
|||
<<-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.
|
||||
the path.
|
||||
|
||||
This can cause problems in shell scripts.
|
||||
|
||||
Some software in Homebrew expects the system-provided tools to be first in
|
||||
the path, and builds may fail if the coreutils verions are used instead.
|
||||
EOS
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue