aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorMike McQuaid2015-03-07 15:34:51 +0000
committerMike McQuaid2015-03-08 09:39:15 +0000
commit1308070e66b3b4dbf979eceb2f374d3a3a81bb5d (patch)
treedaa233aeb487943478c6038ab44aec442a2c107d /Library/Homebrew/cmd
parent2f4c02e106187f79c2e4dbc3197bfa27c1c2a07d (diff)
downloadbrew-1308070e66b3b4dbf979eceb2f374d3a3a81bb5d.tar.bz2
pull: remove unused variable.
Diffstat (limited to 'Library/Homebrew/cmd')
-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