aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/info.rb
diff options
context:
space:
mode:
authorJack Nagel2014-08-10 21:45:24 -0500
committerJack Nagel2014-08-10 21:45:24 -0500
commit2f1d40a76437f94720c9969d11ff10555efc5809 (patch)
tree95f95f79490e79c1758d90277c2cb91b72be7c23 /Library/Homebrew/cmd/info.rb
parent8fc4bba03a1b3d0446ed52c0c294c59b28be0cf9 (diff)
downloadbrew-2f1d40a76437f94720c9969d11ff10555efc5809.tar.bz2
Disconnect defined options from the build object
Diffstat (limited to 'Library/Homebrew/cmd/info.rb')
-rw-r--r--Library/Homebrew/cmd/info.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/info.rb b/Library/Homebrew/cmd/info.rb
index 1ce1966e1..fd08845c4 100644
--- a/Library/Homebrew/cmd/info.rb
+++ b/Library/Homebrew/cmd/info.rb
@@ -127,7 +127,7 @@ module Homebrew
end
end
- unless f.build.empty?
+ unless f.options.empty?
ohai "Options"
Homebrew.dump_options_for_formula f
end