mirror of
https://gerrit.googlesource.com/git-repo
synced 2026-04-18 02:08:28 +00:00
d63bbf44dc22994ad3cdd73cf852f3d91d87b3f8
Mac OS X sets TMPDIR to a very long path within /var, so long that a socket created in that location is too big for a struct sockaddr_un on the platform, resulting in OpenSSH being unable to create or bind to a socket in that location. Instead we try to use the very short and very common /tmp, but fall back to the guessed default if /tmp does not exist. Signed-off-by: Shawn O. Pearce <sop@google.com>
…
…
…
…
…
…
…
…
…
…
…
Description
Languages
Python
99.1%
Shell
0.8%
Roff
0.1%