1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-26 21:54:36 +01:00
Files
u-boot-megous/scripts/env2string.awk
Simon Glass 7acb322568 env: Avoid using GNU features in awk
GNU has a very useful third argument to match() but this is not supported
in the POSIX awk.

Update the code to cope, so that the script is POSIX-compliant.

Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Mark Kettenis <mark.kettenis@xs4all.nl>
2021-11-28 16:51:51 -07:00

2.1 KiB