mirror of
https://github.com/uutils/coreutils
synced 2024-12-17 16:43:16 +00:00
c0be979611
`LANGUAGE=C` is not enough, `LC_ALL=C` is needed as the environment variable that overrides all the other localization settings. e.g. ```bash $ LANGUAGE=C id foobar id: ‘foobar’: no such user $ LC_ALL=C id foobar id: 'foobar': no such user ``` * replace `LANGUAGE` with `LC_ALL` as environment variable in the tests * fix the the date string of affected uutils * replace `‘` and `’` with `'` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |