aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions/examples/brew-fetch.rb
diff options
context:
space:
mode:
authorMax Howell2010-11-09 13:00:33 +0000
committerAdam Vandenberg2011-03-12 11:55:03 -0800
commit5cd927b8b5ba69ed3fae4f189d5b6071bb1a2d7e (patch)
treeb8e06232cd5b085fafffba34e7f661eabc78dd46 /Library/Contributions/examples/brew-fetch.rb
parent65f840fb0649dbdee9af01f7f2446af97924f80a (diff)
downloadhomebrew-5cd927b8b5ba69ed3fae4f189d5b6071bb1a2d7e.tar.bz2
Some Cleanup
Diffstat (limited to 'Library/Contributions/examples/brew-fetch.rb')
-rwxr-xr-xLibrary/Contributions/examples/brew-fetch.rb1
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}"