Hi Masahiro,

On 3 September 2014 14:41, Masahiro Yamada <yamad...@jp.panasonic.com> wrote:
> Commit 3ff291f371fa9858426774f3732924bacb61ed1c
> (kconfig: convert Kconfig helper script into a shell script)
> introduced another regression.
>
> Shell usually handles whitespaces as separators,
> so "make saveconfig" outputs
>
>   # CONFIG_FOO is not set
>
> into:
>
>   #
>   CONFIG_FOO
>   is
>   not
>   set
>
> Whitespaces should not be treated as separators here.

Oh dear...python is so much better at dealing with parameters and strings.

>
> Signed-off-by: Masahiro Yamada <yamad...@jp.panasonic.com>

Acked-by: Simon Glass <s...@chromium.org>

Regards,
Simon
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to