aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/tab.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/tab.rb
parent8fc4bba03a1b3d0446ed52c0c294c59b28be0cf9 (diff)
downloadbrew-2f1d40a76437f94720c9969d11ff10555efc5809.tar.bz2
Disconnect defined options from the build object
Diffstat (limited to 'Library/Homebrew/tab.rb')
-rw-r--r--Library/Homebrew/tab.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/tab.rb b/Library/Homebrew/tab.rb
index 5dedc4d3c..edba1d0e6 100644
--- a/Library/Homebrew/tab.rb
+++ b/Library/Homebrew/tab.rb
@@ -71,7 +71,7 @@ class Tab < OpenStruct
def self.dummy_tab f=nil
Tab.new :used_options => [],
- :unused_options => (f.build.as_flags rescue []),
+ :unused_options => (f.options.as_flags rescue []),
:built_as_bottle => false,
:poured_from_bottle => false,
:tapped_from => "",