From e97f53ce8d73c454c9d5edf26bab267b2bd50511 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Mon, 26 Nov 2012 19:37:05 +0400 Subject: [PATCH] Don't output long comment every time in kotlinc on Windows #KT-3048 Fixed --- compiler/cli/bin/kotlinc-js.bat | 2 +- compiler/cli/bin/kotlinc-jvm.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/cli/bin/kotlinc-js.bat b/compiler/cli/bin/kotlinc-js.bat index f8ae5f9279e..6a1889d49ad 100644 --- a/compiler/cli/bin/kotlinc-js.bat +++ b/compiler/cli/bin/kotlinc-js.bat @@ -1,3 +1,4 @@ +@echo off rem based on scalac.bat from the Scala distribution rem ########################################################################## 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 # PARTICULAR PURPOSE. rem ########################################################################## -@echo off @setlocal call :set_home diff --git a/compiler/cli/bin/kotlinc-jvm.bat b/compiler/cli/bin/kotlinc-jvm.bat index 0f595255e4f..2aff8ad7812 100644 --- a/compiler/cli/bin/kotlinc-jvm.bat +++ b/compiler/cli/bin/kotlinc-jvm.bat @@ -1,3 +1,4 @@ +@echo off rem based on scalac.bat from the Scala distribution rem ########################################################################## 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 # PARTICULAR PURPOSE. rem ########################################################################## -@echo off @setlocal call :set_home