diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-09-04 05:41:32 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-09-16 12:23:58 -0400 |
commit | 8dffe663a2e50751150d92caf834f717d397ac80 (patch) | |
tree | 7da227474d6a882b112430e6b5d6740a3ace87b8 /arch/sandbox | |
parent | 93481b9f6b3286083a12b136e091caf6f24d8b9e (diff) | |
download | u-boot-imx-8dffe663a2e50751150d92caf834f717d397ac80.zip u-boot-imx-8dffe663a2e50751150d92caf834f717d397ac80.tar.gz u-boot-imx-8dffe663a2e50751150d92caf834f717d397ac80.tar.bz2 |
kconfig: fix whitespace handling bug of savedefconfig
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 <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/sandbox')
0 files changed, 0 insertions, 0 deletions