doctor: don't shell out in coreutils check

This commit is contained in:
Misty De Meo 2013-04-20 23:03:47 -05:00
parent 814b969963
commit f4cf04b95e

View File

@ -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