Hi Stefano,

On Thu, Mar 7, 2019 at 6:33 AM Stefano Babic <sba...@denx.de> wrote:

> I guess I never fight with some issues (not only with U-Boot) because I
> replace dash with bash on all my debian-like hosts. Anyway, I was not
> very happy with the patch, using "=" in comparison is something that
> hurts...

What about this?

--- a/tools/imx8m_image.sh
+++ b/tools/imx8m_image.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # SPDX-License-Identifier: GPL-2.0+
 #
 # script to check whether the file exists in imximage.cfg for i.MX8M
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to