diff options
| author | Jack Nagel | 2013-03-28 17:51:55 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-03-28 17:51:55 -0500 |
| commit | 350b5f081aa2f259aa959dddfa8d523427c8c7d0 (patch) | |
| tree | 895a78c749ce73225265b2b363eddeb4cfc5f332 /Library | |
| parent | 94209b221a7827bb6746606d6e4ccb95ceba0082 (diff) | |
| download | homebrew-350b5f081aa2f259aa959dddfa8d523427c8c7d0.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 |
