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

shared/util: use LC_ALL instead of LANG in RunCommandCLocale() #12201

Merged
merged 1 commit into from
Sep 1, 2023

Conversation

simondeziel
Copy link
Member

@simondeziel simondeziel commented Aug 31, 2023

https://www.gnu.org/savannah-checkouts/gnu/gettext/manual/html_node/Locale-Environment-Variables.html:

LC_ALL is an environment variable that overrides all of the LC_*.
It is typically used in scripts that run particular programs.

This might help with #11902

Closes #11902

https://www.gnu.org/savannah-checkouts/gnu/gettext/manual/html_node/Locale-Environment-Variables.html:

> LC_ALL is an environment variable that overrides all of the LC_*.
> It is typically used in scripts that run particular programs.

This *might* help with canonical#11902

Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
@simondeziel simondeziel marked this pull request as ready for review August 31, 2023 17:55
@tomponline tomponline merged commit b23c029 into canonical:main Sep 1, 2023
26 checks passed
@simondeziel simondeziel deleted the locale-lc-all branch September 1, 2023 12:22
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.

Bridge creation fail with error 'Error: Can't parse a version'
2 participants