aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-05-18 17:43:07 -0500
committerJack Nagel2014-05-18 17:43:07 -0500
commit68113e6a21f43bd5f40225a71431d026fdeeb0e9 (patch)
tree829540d06dcd0e6ed7aeccda4a9e4ffe6ff96610 /Library
parent46422a6e5207ba57a0023e74d0011982cf34d3d6 (diff)
downloadhomebrew-68113e6a21f43bd5f40225a71431d026fdeeb0e9.tar.bz2
Less snark
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/google-sql-tool.rb2
-rw-r--r--Library/Homebrew/cmd/doctor.rb1
2 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/google-sql-tool.rb b/Library/Formula/google-sql-tool.rb
index f65197fdc..47ad16e0c 100644
--- a/Library/Formula/google-sql-tool.rb
+++ b/Library/Formula/google-sql-tool.rb
@@ -8,7 +8,7 @@ class GoogleSqlTool < Formula
def install
# Patch script to find jar
- system "chmod +w google_sql.sh" # WTF
+ system "chmod +w google_sql.sh"
inreplace 'google_sql.sh',
'SQL_SH_DIR="$(cd $(dirname $0); pwd)"',
"SQL_SH_DIR=\"#{libexec}\""
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?