Unmark dist/kotlinc/bin/*.bat as executable on Unix

This commit is contained in:
Alexander Udalov
2014-06-26 01:02:45 +04:00
parent 760fd73a0a
commit e09052bb1d
+1 -1
View File
@@ -139,7 +139,7 @@
<echo file="${kotlin-home}/build.txt" message="${build.number}"/>
<chmod dir="${kotlin-home}/bin" includes="*" perm="755"/>
<chmod dir="${kotlin-home}/bin" excludes="**/*.bat" perm="755"/>
</target>
<target name="compilerSources">