aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-03-28 17:51:55 -0500
committerJack Nagel2013-03-28 17:51:55 -0500
commit350b5f081aa2f259aa959dddfa8d523427c8c7d0 (patch)
tree895a78c749ce73225265b2b363eddeb4cfc5f332 /Library
parent94209b221a7827bb6746606d6e4ccb95ceba0082 (diff)
downloadhomebrew-350b5f081aa2f259aa959dddfa8d523427c8c7d0.tar.bz2
brew-readall: remove unused variable
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Contributions/cmd/brew-readall.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/cmd/brew-readall.rb b/Library/Contributions/cmd/brew-readall.rb
index d04de565d..cdd0d31ea 100755
--- a/Library/Contributions/cmd/brew-readall.rb
+++ b/Library/Contributions/cmd/brew-readall.rb
@@ -6,7 +6,7 @@
require 'formula'
Formula.names.each do |n|
begin
- f = Formula.factory(n)
+ Formula.factory(n)
rescue Exception => e
onoe "problem in #{Formula.path(n)}"
puts e