brew style --fix
This commit is contained in:
parent
0079cefc95
commit
4df5a80c73
@ -60,7 +60,7 @@ module Homebrew
|
||||
end
|
||||
|
||||
def check_xdg_data_dirs
|
||||
xdg_data_dirs = ENV["XDG_DATA_DIRS"]
|
||||
xdg_data_dirs = ENV.fetch("XDG_DATA_DIRS", nil)
|
||||
return if xdg_data_dirs.blank? || xdg_data_dirs.split("/").include?(HOMEBREW_PREFIX/"share")
|
||||
|
||||
<<~EOS
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user