Home
last modified time | relevance | path

Searched hist:"757 ab988" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/tools/
H A Dimx_cntr_image.sh757ab988 Fri Nov 09 07:30:14 CST 2018 Martin Husemann <martin@NetBSD.org> 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 =.