From 4676045bddd8c9adfb21688e5b0401030697bbf7 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 18 May 2014 17:43:07 -0500 Subject: [PATCH] Less snark --- Library/Homebrew/cmd/doctor.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index 1f95ea65e5..00fe3a25e8 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?