link: eliminate naked rescue

This commit is contained in:
Jack Nagel 2013-04-10 12:02:35 -05:00
parent 47282db255
commit 951b09b1c5

View File

@ -42,8 +42,7 @@ module Homebrew extend self
puts "Note that doing so can interfere with building software."
next
end
rescue
# Nothing to see here
rescue FormulaUnavailableError
end
keg.lock do