diff --git a/Library/Homebrew/cmd/pull.rb b/Library/Homebrew/cmd/pull.rb index 4cfcb30a2a..1b0dd0d4ad 100644 --- a/Library/Homebrew/cmd/pull.rb +++ b/Library/Homebrew/cmd/pull.rb @@ -109,7 +109,7 @@ module Homebrew begin changed_formulae << Formula[name] # Make sure we catch syntax errors. - rescue Exception => e + rescue Exception next end end