From bec5e0671f5560544680db6585f147a3d83ac91a Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 9 Dec 2014 16:02:49 -0500 Subject: Use quiet_safe_system to silence CVS checkouts --- Library/Homebrew/download_strategy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index dddf52f04..fe10cda78 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -622,8 +622,8 @@ class CVSDownloadStrategy < VCSDownloadStrategy mod, url = split_url(@url) HOMEBREW_CACHE.cd do - safe_system cvspath, "-d", url, "login" - safe_system cvspath, "-d", url, "checkout", "-d", cache_filename, mod + quiet_safe_system cvspath, { :quiet_flag => "-Q" }, "-d", url, "login" + quiet_safe_system cvspath, { :quiet_flag => "-Q" }, "-d", url, "checkout", "-d", cache_filename, mod end end -- cgit v1.2.3