diff options
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/cmd/doctor.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index 3f94b678d..260a8c2af 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -952,7 +952,7 @@ def check_for_bad_python_symlink end def check_for_non_prefixed_coreutils - gnubin = `brew --prefix coreutils`.chomp + "/libexec/gnubin" + gnubin = Formula.factory('coreutils').prefix.to_s + "/libexec/gnubin" if paths.include? gnubin then <<-EOS.undent Putting non-prefixed coreutils in your path can cause gmp builds to fail. EOS |
