Don't output long comment every time in kotlinc on Windows
#KT-3048 Fixed
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
@echo off
|
||||||
rem based on scalac.bat from the Scala distribution
|
rem based on scalac.bat from the Scala distribution
|
||||||
rem ##########################################################################
|
rem ##########################################################################
|
||||||
rem # Copyright 2002-2011, LAMP/EPFL
|
rem # Copyright 2002-2011, LAMP/EPFL
|
||||||
@@ -7,7 +8,6 @@ rem # This is free software; see the distribution for copying conditions.
|
|||||||
rem # There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
|
rem # There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
|
||||||
rem # PARTICULAR PURPOSE.
|
rem # PARTICULAR PURPOSE.
|
||||||
rem ##########################################################################
|
rem ##########################################################################
|
||||||
@echo off
|
|
||||||
|
|
||||||
@setlocal
|
@setlocal
|
||||||
call :set_home
|
call :set_home
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
@echo off
|
||||||
rem based on scalac.bat from the Scala distribution
|
rem based on scalac.bat from the Scala distribution
|
||||||
rem ##########################################################################
|
rem ##########################################################################
|
||||||
rem # Copyright 2002-2011, LAMP/EPFL
|
rem # Copyright 2002-2011, LAMP/EPFL
|
||||||
@@ -7,7 +8,6 @@ rem # This is free software; see the distribution for copying conditions.
|
|||||||
rem # There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
|
rem # There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
|
||||||
rem # PARTICULAR PURPOSE.
|
rem # PARTICULAR PURPOSE.
|
||||||
rem ##########################################################################
|
rem ##########################################################################
|
||||||
@echo off
|
|
||||||
|
|
||||||
@setlocal
|
@setlocal
|
||||||
call :set_home
|
call :set_home
|
||||||
|
|||||||
Reference in New Issue
Block a user