On Thu, Sep 04, 2014 at 05:41:32AM +0900, Masahiro Yamada 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.
> 
> Signed-off-by: Masahiro Yamada <yamad...@jp.panasonic.com>
> Acked-by: Simon Glass <s...@chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom

Attachment: signature.asc
Description: Digital signature

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

Reply via email to