tools/mkkconfig.bat: Use %cd% instead of %~dp0 for usage of APPSDIR in this batch file.

This commit is contained in:
Gregory Nutt 2017-07-05 11:33:58 -06:00
parent abc01c0e5b
commit c322b77395

View File

@ -76,7 +76,7 @@ REM )
)
REM Get the current directory
SET APPSDIR=%~dp0
SET APPSDIR=%cd%
Echo # > %kconfig%
Echo # For a description of the syntax of this configuration file, >> %kconfig%