From 885f7277bfaceb85fd2560ce3d0cedf15fb199a5 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 6 Dec 2014 17:18:34 -0500 Subject: Use quiet_safe_system to silence CVS updates --- Library/Homebrew/download_strategy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index 5a661b3d6..496b1f291 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -628,7 +628,7 @@ class CVSDownloadStrategy < VCSDownloadStrategy end def update - @clone.cd { safe_system cvspath, "up" } + @clone.cd { quiet_safe_system cvspath, { :quiet_flag => "-Q" }, "up" } end def split_url(in_url) -- cgit v1.2.3