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

Add \ to commands to avoid system aliases #363

Merged
merged 3 commits into from
Mar 23, 2021
Merged

Conversation

JoaoFukuda
Copy link
Contributor

No description provided.

Change the position of option `KERL_BUILD_DEBUG_VM` from `Locations on
disk` subsection to `Build configuration` as it is in fact a build
configuration.

Also fix option `KERL_BUILD_DIR`'s default not closing its `\``.
@jadeallenx
Copy link
Collaborator

Thanks. Going to let CI run through this change, but planning to merge it.

The `\` forces the script to execute the binary files on the `$PATH` and
ignore aliases.

This helps to build and install without problems even if people have
alternative programs aliased to base GNU programs (like `fd` to `find`
or `ripgrep` to `grep`).
@JoaoFukuda
Copy link
Contributor Author

I just had to interactively rebase and force push because there was some other commands I wanted escaped and didn't wanted to make a new commit for, so I reused the last commit.

@jadeallenx jadeallenx merged commit 7704510 into kerl:master Mar 23, 2021
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.

None yet

2 participants