diff options
| author | Jack Nagel | 2013-03-28 17:51:55 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-03-28 17:51:55 -0500 |
| commit | c3c4a8b9139a750fbf950190b67243724b91a212 (patch) | |
| tree | f1a4e39b1bcf6bd5644715858c0d84abd03740a7 /Library | |
| parent | 891cfe454b1cad462265252348ff8a34dff44f1b (diff) | |
| download | brew-c3c4a8b9139a750fbf950190b67243724b91a212.tar.bz2 | |
brew-readall: remove unused variable
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/cmd/brew-readall.rb | 2 |
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 |
