Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Homebrew/brew.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Sep 02, 2011
  2. Sep 01, 2011
  3. Aug 31, 2011
  4. Aug 30, 2011
    • Charlie Sharpsteen's avatar
      formula.rb: Don't curl when DATA is the only patch · 2e0a2cb1
      Charlie Sharpsteen authored
      Executing `curl(*patches)` was failing on Leopard when `patches` was an empty
      list. `git-bisect` identified 48552bb42a69ece4eb2a6d9acf81a0b47adb19c9 as the
      commit that caused this bug to surface by adding `--insecure` to the arg list
      on Leopard. This is odd because the following both exit with status 2:
      
          curl
          curl --insecure
      
      The only apparent difference is that `curl --insecure` prints "no URL
      specified!" to stderr along with the usage message.
      
      Also renamed `patches` to `external_patches` as it is more descriptive.
      2e0a2cb1
  5. Aug 29, 2011
  6. Aug 28, 2011
  7. Aug 27, 2011
  8. Aug 26, 2011
Loading