Less snark

This commit is contained in:
Jack Nagel 2014-05-18 17:43:07 -05:00
parent 7acb42a77b
commit 8d9b728bb2

View file

@ -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}\""