Limit exposure of the options data structures

This commit is contained in:
Jack Nagel 2014-07-29 21:50:24 -05:00
parent e18faa7557
commit ba4a4e4103

View File

@ -1006,7 +1006,7 @@ def check_for_non_prefixed_coreutils
end
def check_for_non_prefixed_findutils
default_names = Tab.for_name('findutils').used_options.include? 'default-names'
default_names = Tab.for_name('findutils').include? 'default-names'
if default_names then <<-EOS.undent
Putting non-prefixed findutils in your path can cause python builds to fail.
EOS