Skip to content

Commit

Permalink
Fixed fixcrlf task for packaging scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
arlith committed May 1, 2017
1 parent 3d04938 commit b0ea10f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion megamek/packaging.xml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
<exclude name="**/*.psd"/>
</fileset>
</copy>
<fixcrlf srcdir="${localdir}" eol="lf">
<fixcrlf srcdir="${nixdist}" eol="lf">
<include name="**/*.sh"/>
</fixcrlf>
</target>
Expand Down
2 changes: 1 addition & 1 deletion megamek/packaging_local.xml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
<exclude name="**/*.psd"/>
</fileset>
</copy>
<fixcrlf srcdir="${localdir}" eol="lf">
<fixcrlf srcdir="${nixdist}" eol="lf">
<include name="**/*.sh"/>
</fixcrlf>
</target>
Expand Down

0 comments on commit b0ea10f

Please sign in to comment.