From 0a20ceddccc95f53b693601d470f15423e2f364d Mon Sep 17 00:00:00 2001 From: Mike McQuaid <mike@mikemcquaid.com> Date: Thu, 11 Aug 2016 17:07:31 +0100 Subject: [PATCH] Revert "formula_versions: also silence stderr." --- Library/Homebrew/formula_versions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/formula_versions.rb b/Library/Homebrew/formula_versions.rb index b6836eada6..de285b642d 100644 --- a/Library/Homebrew/formula_versions.rb +++ b/Library/Homebrew/formula_versions.rb @@ -34,7 +34,7 @@ class FormulaVersions contents = file_contents_at_revision(rev) begin - shutup { yield Formulary.from_contents(name, path, contents) } + nostdout { yield Formulary.from_contents(name, path, contents) } rescue *IGNORED_EXCEPTIONS => e # We rescue these so that we can skip bad versions and # continue walking the history -- GitLab