diff options
| author | Jack Nagel | 2014-05-18 17:43:07 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-18 17:43:07 -0500 |
| commit | 68113e6a21f43bd5f40225a71431d026fdeeb0e9 (patch) | |
| tree | 829540d06dcd0e6ed7aeccda4a9e4ffe6ff96610 /Library/Formula | |
| parent | 46422a6e5207ba57a0023e74d0011982cf34d3d6 (diff) | |
| download | homebrew-68113e6a21f43bd5f40225a71431d026fdeeb0e9.tar.bz2 | |
Less snark
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/google-sql-tool.rb | 2 |
1 files changed, 1 insertions, 1 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}\"" |
