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:
@@ -71,6 +71,7 @@
|
|||||||
<copy todir="${kotlin-home}/bin">
|
<copy todir="${kotlin-home}/bin">
|
||||||
<fileset dir="${basedir}/compiler/cli/bin"/>
|
<fileset dir="${basedir}/compiler/cli/bin"/>
|
||||||
</copy>
|
</copy>
|
||||||
|
<fixcrlf srcdir="${kotlin-home}/bin" excludes="**/*.bat" eol="unix"/>
|
||||||
|
|
||||||
<copy todir="${kotlin-home}/license">
|
<copy todir="${kotlin-home}/license">
|
||||||
<fileset dir="${basedir}/license"/>
|
<fileset dir="${basedir}/license"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user