You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, `LC_ALL=C` was exported, which affected the user's shell.
Now `LC_ALL=C` is set only for `tr` and `sort`, limiting the C local to
those commands.
Fixes: #33
0 commit comments