aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorJack Nagel2014-05-18 17:43:07 -0500
committerJack Nagel2014-05-18 17:43:07 -0500
commit4676045bddd8c9adfb21688e5b0401030697bbf7 (patch)
tree84363ea3971631ed32c0d5133edd66c9c416c81a /Library/Homebrew/cmd
parent48a7981c78fb99cc3e878c60a02e076430ab9d37 (diff)
downloadbrew-4676045bddd8c9adfb21688e5b0401030697bbf7.tar.bz2
Less snark
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/doctor.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index 1f95ea65e..00fe3a25e 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -980,7 +980,6 @@ end
def check_for_bad_python_symlink
return unless which "python"
- # Indeed Python -V outputs to stderr (WTF?)
`python -V 2>&1` =~ /Python (\d+)\./
# This won't be the right warning if we matched nothing at all
return if $1.nil?