Merge pull request #3693 from ilovezfs/info-always-show-spec-options
info: show spec options for optionless formulae
This commit is contained in:
commit
b17672a2b4
@ -164,7 +164,7 @@ module Homebrew
|
||||
end
|
||||
end
|
||||
|
||||
unless f.options.empty?
|
||||
if !f.options.empty? || f.head || f.devel
|
||||
ohai "Options"
|
||||
Homebrew.dump_options_for_formula f
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user