diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/curl.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/curl.rb b/Library/Formula/curl.rb index e109a912e..379874221 100644 --- a/Library/Formula/curl.rb +++ b/Library/Formula/curl.rb @@ -69,7 +69,7 @@ class Curl < Formula # Fetch the curl tarball and see that the checksum matches. # This requires a network connection, but so does Homebrew in general. filename = (testpath/"test.tar.gz") - system "curl", stable.url, "-o", filename + system "#{bin}/curl", stable.url, "-o", filename filename.verify_checksum stable.checksum end end |
