From ebd50d136f40b3795e9feecd7de0177f6067a61d Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Thu, 18 Jan 2018 00:03:10 -0800 Subject: info: show spec options for optionless formulae Previsiouly, info would not display --HEAD or --devel for formulae that had no options other than those spec options. --- Library/Homebrew/cmd/info.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/cmd/info.rb b/Library/Homebrew/cmd/info.rb index 83bb712ab..a78159a15 100644 --- a/Library/Homebrew/cmd/info.rb +++ b/Library/Homebrew/cmd/info.rb @@ -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 -- cgit v1.2.3