diff --git a/Library/Contributions/cmd/brew-pull.rb b/Library/Contributions/cmd/brew-pull.rb index 5967eb0b9a..f3e7374792 100755 --- a/Library/Contributions/cmd/brew-pull.rb +++ b/Library/Contributions/cmd/brew-pull.rb @@ -99,7 +99,8 @@ ARGV.named.each do |arg| begin changed_formulae << Formula[name] - rescue + # Make sure we catch syntax errors. + rescue Exception => e next end end