tools/mkkconfig.bat: Remove quotes in echo. These were begin Echo'ed and generating double quots in the output.

This commit is contained in:
Jeff 2017-07-05 13:36:24 -06:00 committed by Gregory Nutt
parent 3e37dbc4ab
commit 3f644f4184

View File

@ -87,7 +87,7 @@ Echo # >> %kconfig%
Echo[ >> %kconfig%
IF %menu% NEQ "" (
Echo menu "%menu%" >> %kconfig%
Echo menu %menu% >> %kconfig%
)
DIR /B /A:D >_tmp_.dat