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

split dist args into two separate variables #843

Merged
merged 2 commits into from
Dec 1, 2020

Conversation

tsloughter
Copy link
Member

This keeps from duplicating dist args like epmd_module which is
already in vm.args but was also being appended to commands like
foreground that use vm.args. The EXTRA_DIST_ARGS are args that
need to be added to every command while DIST_ARGS are ones that
were taken from vm.args and thus only needed by commands not
passing -args_file

This keeps from duplicating dist args like epmd_module which is
already in vm.args but was also being appended to commands like
foreground that use vm.args. The EXTRA_DIST_ARGS are args that
need to be added to every command while DIST_ARGS are ones that
were taken from vm.args and thus only needed by commands not
passing -args_file
@tsloughter tsloughter merged commit f07d4f8 into erlware:master Dec 1, 2020
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.

2 participants