diff --git a/Library/Homebrew/cmd/pull.rb b/Library/Homebrew/cmd/pull.rb
index 4cfcb30a2aba97d2100b21c6a6d20ae6c49e7fd0..1b0dd0d4ad23caf0970b16f5a792bd20196b4f6f 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