diff options
Diffstat (limited to 'Library/Homebrew/download_strategy.rb')
| -rw-r--r-- | Library/Homebrew/download_strategy.rb | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index 9406cc932..42dde8315 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -372,12 +372,6 @@ end  # This strategy extracts our binary packages.  class CurlBottleDownloadStrategy < CurlDownloadStrategy -  def curl(*args) -    mirror = ENV["HOMEBREW_SOURCEFORGE_MIRROR"] -    args << "-G" << "-d" << "use_mirror=#{mirror}" if mirror -    super -  end -    def stage      ohai "Pouring #{cached_location.basename}"      super | 
