aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorAdam Vandenberg2013-07-03 10:06:11 -0700
committerAdam Vandenberg2013-07-03 10:06:11 -0700
commit1e6e1dde4cf76fe50d3c69f60e03cd62b6859474 (patch)
tree38f419e776b7c3e3323f6182296102a03c2fd240 /Library/Homebrew
parent7e54d013e7dd51eed721239068387eddf1a8e6b2 (diff)
downloadbrew-1e6e1dde4cf76fe50d3c69f60e03cd62b6859474.tar.bz2
Don't always show an error at the end of brew versions
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/cmd/versions.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/versions.rb b/Library/Homebrew/cmd/versions.rb
index 86a184d94..164222092 100644
--- a/Library/Homebrew/cmd/versions.rb
+++ b/Library/Homebrew/cmd/versions.rb
@@ -93,6 +93,8 @@ class Formula
# We rescue these so that we can skip bad versions and
# continue walking the history
ohai "#{e} in #{name} at revision #{sha}", e.backtrace if ARGV.debug?
+ rescue FormulaUnavailableError
+ # Suppress this error
end
end
end