streamline_config.pl: fix missing variable operator in debug print
authorDavid Hunter <david.hunter.linux@gmail.com>
Mon, 14 Oct 2024 14:13:31 +0000 (10:13 -0400)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 4 Nov 2024 08:53:09 +0000 (17:53 +0900)
commitf16c8c08185420092d04edce6066eaf4a454bb20
treed331dfc79bc1eb29b36ee921c1a88a9a1ffde248
parent4da0f0d0cc16606376b3fdb8a257f539b37ab057
streamline_config.pl: fix missing variable operator in debug print

Put in the dollar sign for the variable '$config'. That way, the debug
message has more meaning.

Signed-off-by: David Hunter <david.hunter.linux@gmail.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/streamline_config.pl