+4
−0
Loading
Force tools like readelf to use the POSIX/C locale by exporting LANG=C This ensures ASCII-only output and avoids locale-specific characters(e.g., UTF-8 symbols or translated strings), which could break text processing utilities like sed in the script Signed-off-by:John Wang <wangzq.jn@gmail.com> Signed-off-by:
Josh Poimboeuf <jpoimboe@kernel.org>