tools/mkkconfig.bat: Remove quotes in echo. These were begin Echo'ed and generating double quots in the output.
This commit is contained in:
parent
3e37dbc4ab
commit
3f644f4184
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user