System:
- v0.10.1
- command:
ls -l
- operating system: linux, OpenWrt, a recent snapshot. An arm7 musl system.
What happens:
"Unable to determine time zone: No such file or directory (os error 2)" is printed to stdout.
What should happen:
- This string should be logged, not shown--because time zones are an optional feature. The tool should still work with UTC.
- If the string is printed, it should go to stderr, so it won't become part of output redirection. After all, the error message is not a file. It shouldn't be considered part of the data displayed by exa.
System:
ls -lWhat happens:
"Unable to determine time zone: No such file or directory (os error 2)" is printed to stdout.
What should happen: