Message ID | 56ea1977f158c1d7947db5b1c4bdd05e3075357b.1737590677.git.sam@gentoo.org |
---|---|
State | New |
Headers | |
Series | [COMMITTED] ld: fix bashism in scripttempl/elf.sc | |
Checks
Context | Check | Description |
---|---|---|
linaro-tcwg-bot/tcwg_binutils_build--master-arm | fail | Patch failed to apply |
linaro-tcwg-bot/tcwg_binutils_build--master-aarch64 | fail | Patch failed to apply |
Commit Message
diff --git a/ld/scripttempl/elf.sc b/ld/scripttempl/elf.sc index deb69dde543..be8d19fcf11 100644 --- a/ld/scripttempl/elf.sc +++ b/ld/scripttempl/elf.sc @@ -912,7 +912,7 @@ emit_large_bss() return fi - if test "$1" == "0"; then + if test "$1" = "0"; then if test -n "${LARGE_BSS_AFTER_BSS}"; then return fi