Skip to content
Snippets Groups Projects
Commit e6501c37 authored by ilovezfs's avatar ilovezfs Committed by Mike McQuaid
Browse files

HOMEBREW_LIBRARY_PATH: remove redundant /Homebrew


The default HOMEBREW_LIBRARY_PATH should be
  /usr/local/Library/Homebrew
not
  /usr/local/Library/Homebrew/Homebrew

Closes Homebrew/homebrew#49384.

Signed-off-by: default avatarMike McQuaid <mike@mikemcquaid.com>
parent 18b20c9e
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ HOMEBREW_LOGS = Pathname.new(ENV["HOMEBREW_LOGS"] || "~/Library/Logs/Homebrew/")
HOMEBREW_TEMP = Pathname.new(ENV.fetch("HOMEBREW_TEMP", "/tmp"))
unless defined? HOMEBREW_LIBRARY_PATH
HOMEBREW_LIBRARY_PATH = Pathname.new(__FILE__).realpath.parent.join("Homebrew")
HOMEBREW_LIBRARY_PATH = Pathname.new(__FILE__).realpath.parent
end
HOMEBREW_LOAD_PATH = HOMEBREW_LIBRARY_PATH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment