Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Don't rely on any env vars to determine $HOME #368
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
johnsca commentedOct 31, 2017
Some build environments (i.e., Jenkins) don't set
$USER, and in the snap,$HOMEis set to something other than the user's home directory. So we need to get the correct path in a way that doesn't rely on those env vars.Fixes #367
Checklist
make test?