From b3fe1669cab2c076f727a1a36ca3d984cdeb5577 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Mon, 31 Oct 2011 11:38:24 -0500 Subject: coreutils: Add caveat for --default-names Closes #8387. Signed-off-by: Jack Nagel --- Library/Formula/coreutils.rb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Library/Formula/coreutils.rb') diff --git a/Library/Formula/coreutils.rb b/Library/Formula/coreutils.rb index 1f012eca4..cdc0dc54d 100644 --- a/Library/Formula/coreutils.rb +++ b/Library/Formula/coreutils.rb @@ -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 -- cgit v1.2.3