diff options
Diffstat (limited to 'Library/Formula/coreutils.rb')
| -rw-r--r-- | Library/Formula/coreutils.rb | 6 | 
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 | 
