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
This commit is contained in:
Alexander Udalov
2012-11-26 22:28:10 +04:00
parent 3cd41b2503
commit 5e40423de3
+1
View File
@@ -71,6 +71,7 @@
<copy todir="${kotlin-home}/bin">
<fileset dir="${basedir}/compiler/cli/bin"/>
</copy>
<fixcrlf srcdir="${kotlin-home}/bin" excludes="**/*.bat" eol="unix"/>
<copy todir="${kotlin-home}/license">
<fileset dir="${basedir}/license"/>