From: Sam James Date: Thu, 23 Jan 2025 00:03:07 +0000 (+0000) Subject: ld: fix bashism in scripttempl/elf.sc X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6999916e6c7fe6ba3a7661d852757f59223416a3;p=thirdparty%2Fbinutils-gdb.git ld: fix bashism in scripttempl/elf.sc ld/ PR ld/32580 * scripttempl/elf.sc: Fix '==' bashism. --- 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