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

[BUG] /etc/locale.conf contains "en_US UTF-8" instead of "LANG=en_US.UTF-8" #388

Open
barnes-cabnit opened this issue Mar 29, 2024 · 0 comments
Labels
bug Something isn't working Priority 2 Size: Tiny Less than 1 day of work (Ex: 1 line change)

Comments

@barnes-cabnit
Copy link

$ cat /etc/locale.conf
en_US UTF-8
$ bash --login
bash: en_US: command not found

should be

$ cat /etc/locale.conf
LANG=en_US.UTF-8

This bug causes an error when spawning a login shell (e.g., with tmux)

@barnes-cabnit barnes-cabnit added bug Something isn't working Triage-needed Triage needed by Cloud Shell team labels Mar 29, 2024
@mbifeld mbifeld added Size: Tiny Less than 1 day of work (Ex: 1 line change) Priority 2 and removed Triage-needed Triage needed by Cloud Shell team labels Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Priority 2 Size: Tiny Less than 1 day of work (Ex: 1 line change)
Projects
None yet
Development

No branches or pull requests

2 participants