diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-04-09 17:22:48 -0700 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2021-06-23 15:44:30 -1000 |
commit | c88bdb8294a73e0eaa3cd86e843564a8244b333c (patch) | |
tree | 0c5d18b7131c7324e91a621981217a2d2477044a /toolchain/gcc/Config.in | |
parent | 15612706c930ed26af9e05b649efc2d245157273 (diff) | |
download | upstream-c88bdb8294a73e0eaa3cd86e843564a8244b333c.tar.gz upstream-c88bdb8294a73e0eaa3cd86e843564a8244b333c.tar.bz2 upstream-c88bdb8294a73e0eaa3cd86e843564a8244b333c.zip |
base-files: fix zoneinfo support
The system init script currently sets /tmp/localinfo when zoneinfo is
populated. However, zoneinfo has spaces in it whereas the actual files
have _ instead of spaces. This made the if condition never return true.
Example failure when removing the if condition:
/tmp/localtime -> /usr/share/zoneinfo/America/Los Angeles
This file does not exist. America/Los_Angeles does.
Ran through shfmt -w -ci -bn -sr -s
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 8af62ede189aa504135db05474d34c9f8a1ed35d)
Diffstat (limited to 'toolchain/gcc/Config.in')
0 files changed, 0 insertions, 0 deletions