diff options
| author | Max Howell | 2010-11-09 13:00:33 +0000 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-12 11:55:03 -0800 |
| commit | 5cd927b8b5ba69ed3fae4f189d5b6071bb1a2d7e (patch) | |
| tree | b8e06232cd5b085fafffba34e7f661eabc78dd46 /Library/Contributions/examples/brew-fetch.rb | |
| parent | 65f840fb0649dbdee9af01f7f2446af97924f80a (diff) | |
| download | homebrew-5cd927b8b5ba69ed3fae4f189d5b6071bb1a2d7e.tar.bz2 | |
Some Cleanup
Diffstat (limited to 'Library/Contributions/examples/brew-fetch.rb')
| -rwxr-xr-x | Library/Contributions/examples/brew-fetch.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Contributions/examples/brew-fetch.rb b/Library/Contributions/examples/brew-fetch.rb index 28606e3fd..336dc839f 100755 --- a/Library/Contributions/examples/brew-fetch.rb +++ b/Library/Contributions/examples/brew-fetch.rb @@ -17,7 +17,6 @@ ARGV.formulae.each do |f| puts "MD5: #{the_tarball.md5}" puts "SHA1: #{the_tarball.sha1}" - puts unless previous_md5.nil? or the_tarball.md5 == previous_md5 opoo "Formula reports different MD5: #{previous_md5}" |
