Skip to content

Commit

Permalink
build with unix lineEnding in windows (apache#9536)
Browse files Browse the repository at this point in the history
Co-authored-by: wangjialing <wangjialing@cmss.chinamobile.com>
Co-authored-by: Sijie Guo <sijie@apache.org>
  • Loading branch information
3 people authored Feb 12, 2021
1 parent cce0fc7 commit f5b1cb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions distribution/server/src/assemble/bin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@
<fileSets>
<fileSet>
<directory>${basedir}/../../conf</directory>
<lineEnding>unix</lineEnding>
</fileSet>
<fileSet>
<directory>${basedir}/../../bin</directory>
<lineEnding>unix</lineEnding>
<fileMode>755</fileMode>
</fileSet>
<fileSet>
Expand Down

0 comments on commit f5b1cb5

Please sign in to comment.