tools/mkkconfig.bat: Use %cd% instead of %~dp0 for usage of APPSDIR in this batch file.
This commit is contained in:
parent
abc01c0e5b
commit
c322b77395
@ -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%
|
||||
|
Loading…
Reference in New Issue
Block a user