Less snark
This commit is contained in:
parent
7acb42a77b
commit
8d9b728bb2
1 changed files with 1 additions and 1 deletions
|
@ -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}\""
|
||||
|
|
Loading…
Reference in a new issue