From be3b76b59c5c212cb012c00337e775f4aa21f7f3 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Fri, 22 May 2009 15:37:26 +0100 Subject: Display progress bar when downloading --- Cellar/homebrew/brewkit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cellar/homebrew/brewkit.rb b/Cellar/homebrew/brewkit.rb index 93dd5c2fd..a7d4e085f 100644 --- a/Cellar/homebrew/brewkit.rb +++ b/Cellar/homebrew/brewkit.rb @@ -122,7 +122,7 @@ protected def fetch tgz=File.expand_path File.basename(@url) unless File.exists? tgz - `curl -LOA "#{$agent}" "#{@url}"` + `curl -#LOA "#{$agent}" "#{@url}"` raise "Download failed" unless $? == 0 end return tgz -- cgit v1.2.3