From 42cc28597cb8b6260fccd7ff9849a1f04ae17d78 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Tue, 23 Aug 2011 23:20:13 +0100 Subject: HOMEBREW_CURL_ARGS so that tests can be more silent --- Library/Homebrew/utils.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/utils.rb') 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=[] -- cgit v1.2.3