shrink
This commit is contained in:
parent
ee5193e3e8
commit
fca0a66649
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user