diff options
| author | Max Howell | 2011-08-23 23:20:13 +0100 |
|---|---|---|
| committer | Max Howell | 2011-08-24 22:30:43 +0100 |
| commit | 35391a309c6a451c1fc09c6f7a5752a62b6b2700 (patch) | |
| tree | db306931b75c27afb479836acc40f3ff0618d546 /Library/Homebrew/utils.rb | |
| parent | 26a66f80f6738747404bcc38dbedd74d2cac1b25 (diff) | |
| download | homebrew-35391a309c6a451c1fc09c6f7a5752a62b6b2700.tar.bz2 | |
HOMEBREW_CURL_ARGS so that tests can be more silent
Diffstat (limited to 'Library/Homebrew/utils.rb')
| -rw-r--r-- | Library/Homebrew/utils.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb index a26a6ab93..3160ffe14 100644 --- a/Library/Homebrew/utils.rb +++ b/Library/Homebrew/utils.rb @@ -104,7 +104,7 @@ def quiet_system cmd, *args end def curl *args - safe_system '/usr/bin/curl', '-f#LA', HOMEBREW_USER_AGENT, *args unless args.empty? + safe_system '/usr/bin/curl', HOMEBREW_CURL_ARGS, HOMEBREW_USER_AGENT, *args unless args.empty? end def puts_columns items, star_items=[] |
