Reformat factor

master
Adam Vandenberg 2009-11-25 22:47:06 -08:00 committed by Max Howell
parent b486e5bd31
commit c3e09028c3
1 changed files with 1 additions and 1 deletions

View File

@ -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"