aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 151aeb2b6..11ea30986 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