Skip to content

tools/build.sh: Remove unused home directory #58

Merged
merged 1 commit into from
Apr 18, 2019
Merged

tools/build.sh: Remove unused home directory #58

merged 1 commit into from
Apr 18, 2019

Conversation

donald
Copy link
Contributor

@donald donald commented Apr 18, 2019

Do not create a $HOME. It is not used, because the build scripts,
cloned from TEMPLATE.sh, also create an empty HOME and overwrite
the environment variable again.

Fixes #54.

Do not create a $HOME. It is not used, because the build scripts,
cloned from TEMPLATE.sh, also create a empty HOME and overwrite
the environment variable again.

Fixes #54.
@pmenzel pmenzel merged commit 4c9164d into master Apr 18, 2019
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TEMPLATE.sh rewrites $HOME which has already been mkdir'ed by tools/build.sh
2 participants