commit | 2d1c5de9476866eb5018084aaf134fa856b61117 | [log] [tgz] |
---|---|---|
author | Martin Husemann <martin@NetBSD.org> | Fri Nov 09 14:30:14 2018 +0100 |
committer | Stefano Babic <sbabic@denx.de> | Tue Jan 01 14:12:18 2019 +0100 |
tree | 34f882727bab3aa10dcb1f4e44e4bbc330e01e08 | |
parent | a47a6a1964cf9d6bf24bfc62e155cd5ee1dc9aac [diff] |
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 =.