Remove unneeded slash in kotlinc.bat

This commit is contained in:
Paolo Tranquilli
2024-04-22 18:09:41 +02:00
parent f685843a52
commit aaa29d8982

View File

@@ -1,4 +1,4 @@
@echo off
python "%~dp0/kotlinc" %*
python "%~dp0kotlinc" %*
exit /b %ERRORLEVEL%