aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/coreutils.rb
diff options
context:
space:
mode:
authorMisty De Meo2011-10-31 11:38:24 -0500
committerJack Nagel2011-11-03 21:57:50 -0500
commitb3fe1669cab2c076f727a1a36ca3d984cdeb5577 (patch)
tree6149e0a7c6e4e1e6c0c1e3538dd425586160d360 /Library/Formula/coreutils.rb
parent40151ea5eb742162e9a63766bf1a5ae350543ae6 (diff)
downloadhomebrew-b3fe1669cab2c076f727a1a36ca3d984cdeb5577.tar.bz2
coreutils: Add caveat for --default-names
Closes #8387. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/coreutils.rb')
-rw-r--r--Library/Formula/coreutils.rb6
1 files changed, 6 insertions, 0 deletions
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