aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-06-11 07:13:14 -0700
committerAdam Vandenberg2012-06-11 07:13:14 -0700
commit093e966ef7a75b684ef211fc8d0558e2f4618983 (patch)
treee698716dd88934a28467172b7e06a15abb3d86f5 /Library
parent903390dadc887ada4150e3d82fc0d54038f3c85d (diff)
downloadhomebrew-093e966ef7a75b684ef211fc8d0558e2f4618983.tar.bz2
fix syntax error in siege
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/siege.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/siege.rb b/Library/Formula/siege.rb
index 54fdadf95..ddb541d09 100644
--- a/Library/Formula/siege.rb
+++ b/Library/Formula/siege.rb
@@ -12,7 +12,7 @@ class Siege < Formula
"--prefix=#{prefix}",
"--mandir=#{man}",
"--localstatedir=#{var}",
- "--with-ssl",
+ "--with-ssl"
system "make install"
end