aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-11-30 12:11:38 -0800
committerAdam Vandenberg2013-11-30 12:11:38 -0800
commitef907ab86df99a7ddc8b552dcd2218fd80d93602 (patch)
tree3ec3a3a298cb4756b6d25f15d0ff7519946c19c0 /Library
parent2b8873015eb4336b0a6bb6f2d08068108e966b81 (diff)
downloadhomebrew-ef907ab86df99a7ddc8b552dcd2218fd80d93602.tar.bz2
fix spacing
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gqlplus.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gqlplus.rb b/Library/Formula/gqlplus.rb
index bf9b10b09..50ef22fe8 100644
--- a/Library/Formula/gqlplus.rb
+++ b/Library/Formula/gqlplus.rb
@@ -8,7 +8,7 @@ class Gqlplus < Formula
depends_on 'readline'
def install
- system "./configure","--disable-dependency-tracking",
+ system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make"
bin.install "gqlplus"