commit | 6a8b5bba0c679b8a37a4e978c6f9736b38c47895 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Thu Sep 04 05:41:32 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Tue Sep 16 12:23:58 2014 -0400 |
tree | 7da227474d6a882b112430e6b5d6740a3ace87b8 | |
parent | 12094828aecfbdaecc54e214fefa601f6659212b [diff] |
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>