cli/args: --HEAD implies building from source
This commit is contained in:
parent
07f9f6c42c
commit
224c7f44e2
@ -69,7 +69,7 @@ module Homebrew
|
|||||||
end
|
end
|
||||||
|
|
||||||
def build_from_source_formulae
|
def build_from_source_formulae
|
||||||
if build_from_source? || build_bottle?
|
if build_from_source? || HEAD? || build_bottle?
|
||||||
named.to_formulae_and_casks.select { |f| f.is_a?(Formula) }.map(&:full_name)
|
named.to_formulae_and_casks.select { |f| f.is_a?(Formula) }.map(&:full_name)
|
||||||
else
|
else
|
||||||
[]
|
[]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user