Skip to content

Commit aaa29d8

Browse files
committed
Remove unneeded slash in kotlinc.bat
1 parent f685843 commit aaa29d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
@echo off
22

3-
python "%~dp0/kotlinc" %*
3+
python "%~dp0kotlinc" %*
44
exit /b %ERRORLEVEL%

0 commit comments

Comments
 (0)