aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/fastri.rb
diff options
context:
space:
mode:
authorJack Nagel2012-05-14 17:48:01 -0500
committerJack Nagel2012-05-14 17:48:01 -0500
commitf8009d619a9e3024b822ebbdda39a78c3bb0e85b (patch)
tree7bb07c5dd24108641dd4922e7b8c2e4cf4701138 /Library/Formula/fastri.rb
parent13b10a36c13d040e813b0dac6b836d241e4669d9 (diff)
downloadhomebrew-f8009d619a9e3024b822ebbdda39a78c3bb0e85b.tar.bz2
fastri: style nits
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/fastri.rb')
-rw-r--r--Library/Formula/fastri.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/fastri.rb b/Library/Formula/fastri.rb
index 6f9941f45..16d72887a 100644
--- a/Library/Formula/fastri.rb
+++ b/Library/Formula/fastri.rb
@@ -6,6 +6,6 @@ class Fastri < Formula
md5 '3a7d0a64b1c8e230a34ef7b4bad30dbe'
def install
- system "ruby setup.rb all --prefix='#{prefix}'"
+ system "ruby", "setup.rb", "all", "--prefix=#{prefix}"
end
end