diff options
| author | Jack Nagel | 2014-12-06 20:57:22 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-12-06 20:57:22 -0500 | 
| commit | fe9cfa83f8409841ff4c24ed16c0b84610087596 (patch) | |
| tree | 79028ba37bd8c3a9efa5c9d7b0adf47d11a3345d /Library/Homebrew/download_strategy.rb | |
| parent | 885f7277bfaceb85fd2560ce3d0cedf15fb199a5 (diff) | |
| download | homebrew-fe9cfa83f8409841ff4c24ed16c0b84610087596.tar.bz2 | |
Use quiet_safe_system to silence bzr updates
Diffstat (limited to 'Library/Homebrew/download_strategy.rb')
| -rw-r--r-- | Library/Homebrew/download_strategy.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index 496b1f291..c1a1945b3 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -715,7 +715,7 @@ class BazaarDownloadStrategy < VCSDownloadStrategy    end    def update -    @clone.cd { safe_system bzrpath, 'update' } +    @clone.cd { quiet_safe_system bzrpath, "update" }    end    def bzrpath | 
