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

Alter subprocess's environment instead of the hosts #417

Merged
merged 2 commits into from
Aug 17, 2017

Conversation

schmichael
Copy link
Contributor

Fixes #415

@nugend
Copy link

nugend commented Aug 16, 2017

@schmichael There are a number of additional uses of LC_ALL in the other common_* platform files. Also, since this was setting that for the entire process space, the usage of exec.Command in process_darwin.go and common.go might also need to be replaced depending on if any of the invocations that touch those end up depending on locale specific formatting/encoding.

Isn't text processing FUN?!

@schmichael
Copy link
Contributor Author

@nugend Ha, indeed. Fixed them all and added a little test for the env munging.

@nugend
Copy link

nugend commented Aug 16, 2017

@schmichael Thanks. I think I just need to bite the bullet and learn Go. I feel like every utility is written in it now :P

@shirou shirou merged commit 1c211f0 into shirou:master Aug 17, 2017
@shirou
Copy link
Owner

shirou commented Aug 17, 2017

Good catch! Thank you for fixing.

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

3 participants