From 5e40423de3160c7d5a82ed861ea87def902e4c66 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Mon, 26 Nov 2012 22:28:10 +0400 Subject: [PATCH] Convert CRLF to LF in kotlinc on Windows Cygwin wouldn't start the script with a CR in it. .bat files are kept as is, since they are purely Win-specific --- build.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/build.xml b/build.xml index 77ec231ae88..90b7687c587 100644 --- a/build.xml +++ b/build.xml @@ -71,6 +71,7 @@ +