brew-pull: don't barf on syntax errors.

This commit is contained in:
Mike McQuaid 2014-08-16 20:08:38 +01:00
parent 2d91613d06
commit 4140671329

View File

@ -99,7 +99,8 @@ ARGV.named.each do |arg|
begin begin
changed_formulae << Formula[name] changed_formulae << Formula[name]
rescue # Make sure we catch syntax errors.
rescue Exception => e
next next
end end
end end