aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-03-06 11:30:08 -0600
committerJack Nagel2013-03-06 11:30:08 -0600
commit9c88bb4c788d6637877c6caf6d64d464cf864322 (patch)
tree9b79d7c37982870959482f91d10664fb178929d8 /Library/Formula
parentdfce9a6f98fde0474686158f562a51bbe5fe3aa5 (diff)
downloadhomebrew-9c88bb4c788d6637877c6caf6d64d464cf864322.tar.bz2
gmp: fix arg quoting
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gmp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gmp.rb b/Library/Formula/gmp.rb
index 50b3ab042..d74a7804a 100644
--- a/Library/Formula/gmp.rb
+++ b/Library/Formula/gmp.rb
@@ -14,7 +14,7 @@ class Gmp < Formula
ENV.append 'ABI', '32'
end
- system "./configure --prefix=#{prefix} --enable-cxx"
+ system "./configure", "--prefix=#{prefix}", "--enable-cxx"
system "make"
system "make check"
ENV.deparallelize