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
commitc3c4a8b9139a750fbf950190b67243724b91a212 (patch)
treef1a4e39b1bcf6bd5644715858c0d84abd03740a7 /Library
parent891cfe454b1cad462265252348ff8a34dff44f1b (diff)
downloadbrew-c3c4a8b9139a750fbf950190b67243724b91a212.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