Skip to content
Snippets Groups Projects
Commit 94320bc3 authored by Baruch Siach's avatar Baruch Siach Committed by Troy Kisky
Browse files

tools/imx8m_image.sh: remove bashism


Use a single '=' to test string equality for compatibility with non-bash
shells. Otherwise, if /bin/sh is dash, build fails:

./tools/imx8m_image.sh: 15: [: signed_hdmi_imx8m.bin: unexpected operator
./tools/imx8m_image.sh: 15: [: signed_hdmi_imx8m.bin: unexpected operator
./tools/imx8m_image.sh: 15: [: spl/u-boot-spl-ddr.bin: unexpected operator
./tools/imx8m_image.sh: 15: [: spl/u-boot-spl-ddr.bin: unexpected operator
WARNING './spl/u-boot-spl-ddr.bin' not found, resulting binary is not-functional

Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Tested-by: default avatarChris Spencer <christopher.spencer@sea.co.uk>
parent 872f7878
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment