Merge pull request #6221 from MikeMcQuaid/system_config_bundle_hide
system_config: hide HOMEBREW_BUNDLE_* env vars.
This commit is contained in:
commit
362d991079
@ -169,6 +169,7 @@ class SystemConfig
|
|||||||
unless ENV["HOMEBREW_ENV"]
|
unless ENV["HOMEBREW_ENV"]
|
||||||
ENV.sort.each do |key, value|
|
ENV.sort.each do |key, value|
|
||||||
next unless key.start_with?("HOMEBREW_")
|
next unless key.start_with?("HOMEBREW_")
|
||||||
|
next if key.start_with?("HOMEBREW_BUNDLE_")
|
||||||
next if boring_keys.include?(key)
|
next if boring_keys.include?(key)
|
||||||
next if defaults_hash[key.to_sym]
|
next if defaults_hash[key.to_sym]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user