From ef907ab86df99a7ddc8b552dcd2218fd80d93602 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 30 Nov 2013 12:11:38 -0800 Subject: fix spacing --- Library/Formula/gqlplus.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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" -- cgit v1.2.3