diff options
author | Yoann Congal <yoann.congal@smile.fr> | 2024-03-05 16:27:59 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-03-05 11:02:04 -0800 |
commit | e317b01690b9f5c1a98e9c8a70097d0db6f0cb09 (patch) | |
tree | 584ad57b635224a31a7370b804a54daf85ec530b /meta-python/recipes-devtools/python/python3-scrypt | |
parent | 6757155f09a275771f26c209ad4559f152d7b7da (diff) | |
download | meta-openembedded-e317b01690b9f5c1a98e9c8a70097d0db6f0cb09.tar.gz |
toybox-inittab: Fix serial getty reproducibility
The enable_getty test uses a bash-only syntax "[[ ... ]]".
On /bin/sh==bash hosts, it enables the serial getty.
On /bin/sh!=bash hosts, it does not enable it.
Fix this non-reproducibility by using the standard shell "[ ... ]"
syntax which should work in any POSIX shell[0].
[0]: https://www.shellcheck.net/wiki/SC3010
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-scrypt')
0 files changed, 0 insertions, 0 deletions