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

override env #32

Merged
merged 2 commits into from
Aug 31, 2019
Merged

override env #32

merged 2 commits into from
Aug 31, 2019

Conversation

yields
Copy link
Collaborator

@yields yields commented Aug 31, 2019

Seems like syscall.Exec doesn't automatically override env vars, unlike exec.Command.

syscall.Exec does not override env vars, it just seems to send all
env vars, even duplicates. This fixes the issue.
@yields yields merged commit 57e63be into master Aug 31, 2019
@yields yields deleted the override-env branch August 31, 2019 11:56
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

1 participant