aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/pull.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/pull.rb b/Library/Homebrew/cmd/pull.rb
index 4cfcb30a2..1b0dd0d4a 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