Files
u-boot-tk1-som/scripts
Masahiro Yamada 8dffe663a2 kconfig: fix whitespace handling bug of savedefconfig
Commit 3ff291f371
(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>
2014-09-16 12:23:58 -04:00
..
2014-07-30 08:48:03 -04:00
2014-07-30 08:48:03 -04:00
2014-07-30 08:48:03 -04:00
2014-07-30 08:48:03 -04:00
2014-07-30 08:48:03 -04:00
2014-08-21 12:01:11 -04:00