sbt/main
Eugene Yokota 2a61fb35f9 Fix /tmp/.sbt/ collision for domain socket
Problem
-------
Fixes https://github.com/sbt/sbt/issues/7013
In a shared environment, multiple users will try to create
`/tmp/.sbt/` directory, and fail.

Solution
--------
Append a deterministic hash like `/tmp/.sbt1234ABCD` based
on the user home, so the same directory is used for the given
user, but each user would have a unique runtime directory.
2022-10-02 12:45:30 -04:00
..
src Fix /tmp/.sbt/ collision for domain socket 2022-10-02 12:45:30 -04:00
NOTICE Add, configure & enforce file headers 2017-10-05 09:03:40 +01:00