]> git.baikalelectronics.ru Git - uboot.git/commit
tools: improve portability of imx_cntr_image.sh
authorMartin Husemann <martin@NetBSD.org>
Fri, 9 Nov 2018 13:30:14 +0000 (14:30 +0100)
committerStefano Babic <sbabic@denx.de>
Tue, 1 Jan 2019 13:12:18 +0000 (14:12 +0100)
commit998e6143c6a58759765eb14b5405c632fa49b783
tree34f882727bab3aa10dcb1f4e44e4bbc330e01e08
parentc7396a990fc6fa9a44c4f0fd42a6333a4db77704
tools: improve portability of imx_cntr_image.sh

Replace non-portable operator == with =

The operator == in sh(1) / test(1) is non-POSIX and only implemented by
some shells (like bash). It is equivalent to the standard defined operator =.
tools/imx_cntr_image.sh