aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2009-11-25 22:47:06 -0800
committerMax Howell2009-12-12 16:24:18 +0000
commit66da0adf5a124df5d42e1ee72cc6ca7526e1424c (patch)
tree67b4dbb517ad5a8fdfe24df1e08383e1cddd7ea3 /Library
parenta09c294698763d1e9f5b0116145461bded636b05 (diff)
downloadhomebrew-66da0adf5a124df5d42e1ee72cc6ca7526e1424c.tar.bz2
Reformat factor
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/factor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/factor.rb b/Library/Formula/factor.rb
index 66cdbf175..8de1664a2 100644
--- a/Library/Formula/factor.rb
+++ b/Library/Formula/factor.rb
@@ -10,7 +10,7 @@ class Factor <Formula
def install
system "make"
- system "curl http://factorcode.org/images/latest/boot.unix-x86.64.image -O"
+ curl "http://factorcode.org/images/latest/boot.unix-x86.64.image", "-O"
system "./factor -i=boot.unix-x86.64.image"
libexec.install "Factor.app"
libexec.install "factor.image"