Skip to content
Snippets Groups Projects
Commit 40a287f3 authored by Andrew Janke's avatar Andrew Janke
Browse files

config.rb: add comment explaining HOMEBREW_TEMP logic

parent c6e0c953
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@ HOMEBREW_CELLAR = Pathname.new(ENV["HOMEBREW_CELLAR"])
HOMEBREW_LOGS = Pathname.new(ENV["HOMEBREW_LOGS"] || "~/Library/Logs/Homebrew/").expand_path
# Must use /tmp instead of $TMPDIR because long paths break Unix domain sockets
HOMEBREW_TEMP = Pathname.new(ENV.fetch("HOMEBREW_TEMP", "/tmp"))
unless defined? 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