This commit is contained in:
Adam Vandenberg 2012-03-04 17:36:41 -08:00
parent ee5193e3e8
commit fca0a66649

View File

@ -678,11 +678,8 @@ private
def devel &block def devel &block
raise "url and md5 must be specified in a block" unless block_given? raise "url and md5 must be specified in a block" unless block_given?
if ARGV.build_devel? if ARGV.build_devel?
# clear out mirrors from the stable release @mirrors = nil # clear out mirrors from the stable release
@mirrors = nil
instance_eval &block instance_eval &block
end end
end end