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

Reverting changes from upstream's PR #89. #1

Merged
merged 1 commit into from Sep 16, 2020
Merged

Reverting changes from upstream's PR #89. #1

merged 1 commit into from Sep 16, 2020

Conversation

dobs
Copy link

@dobs dobs commented Sep 16, 2020

This should resolve issues running asdf install, where the mix commands added to bin/install were erroring out.

This should resolve issues running `asdf install`, where the mix
commands added to `bin/install` were erroring out.
Comment on lines -3 to +9
if [ "$MIX_HOME" = "" ]; then
export MIX_HOME=$ASDF_INSTALL_PATH/.mix
fi

if [ "$MIX_ARCHIVES" = "" ]; then
export MIX_ARCHIVES=$MIX_HOME/archives
export MIX_ARCHIVES=$ASDF_INSTALL_PATH/.mix/archives
fi

if [ "$MIX_HOME" = "" ]; then
export MIX_HOME=$ASDF_INSTALL_PATH/.mix
fi
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably not causing our present issues, but not taking risks.

@dobs dobs merged commit f925dde into master Sep 16, 2020
@dobs dobs deleted the revert-pr-89 branch September 16, 2020 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants