Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle unset ${HOME} gracefully #79

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

attie
Copy link

@attie attie commented Aug 5, 2023

Per #75, we are having issues with Glasgow, where ${HOME} is forcibly unset - these scripts expect it to be set and get upset when trying to execute what resolves to mkdir /.config.

The culmination of this PR is a fix to only set up the derived environment variables when ${HOME} is actually available - something that I believe is only really required for the UI component fo the toolchain anyway.

I took the opportunity for some other enhancements too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant