mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue