diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 151aeb2b60..11ea309865 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -678,11 +678,8 @@ private def devel &block raise "url and md5 must be specified in a block" unless block_given? - if ARGV.build_devel? - # clear out mirrors from the stable release - @mirrors = nil - + @mirrors = nil # clear out mirrors from the stable release instance_eval &block end end