aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2016-08-11 17:07:50 +0100
committerGitHub2016-08-11 17:07:50 +0100
commitd7da1640ffbcc5f0a7ebda8f415c0463d5f16d7d (patch)
treed71185457192ee991d47168156537640a3a074e6
parent44a80e693a0dc0b28b4814b2897a9cc1cdd544c2 (diff)
parent0a20ceddccc95f53b693601d470f15423e2f364d (diff)
downloadbrew-d7da1640ffbcc5f0a7ebda8f415c0463d5f16d7d.tar.bz2
Merge pull request #698 from Homebrew/revert-692-formula_versions_hide_stderr
Revert "formula_versions: also silence stderr."
-rw-r--r--Library/Homebrew/formula_versions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_versions.rb b/Library/Homebrew/formula_versions.rb
index b6836eada..de285b642 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