Commit 53ee9170 authored by Bill Lynch's avatar Bill Lynch Committed by bill

Make messenger.sh have Unix line endings


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@859 b35dd754-fafc-0310-a699-88a17e54d16e
parent 7e382ea7
...@@ -474,6 +474,7 @@ ...@@ -474,6 +474,7 @@
<copy todir="${prepare.out.dir}"> <copy todir="${prepare.out.dir}">
<fileset dir="${src.dir}" includes="bin/*.*" /> <fileset dir="${src.dir}" includes="bin/*.*" />
</copy> </copy>
<fixcrlf srcdir="${prepare.out.dir}/bin" eol="lf" eof="remove" includes="*.sh" />
<!-- Create a logs dir in the binary release --> <!-- Create a logs dir in the binary release -->
<mkdir dir="${prepare.out.dir}/logs" /> <mkdir dir="${prepare.out.dir}/logs" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment