Skip to content

Commit

Permalink
don't set +x perm bit on .bat files
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli committed Feb 24, 2015
1 parent a9c2746 commit 9c21a23
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<outputDirectory>/</outputDirectory>
<excludes>
<exclude>**/*.sh</exclude>
<exclude>**/*.bat</exclude>
</excludes>
<filtered>false</filtered>
<fileMode>0644</fileMode>
Expand All @@ -47,7 +46,6 @@
<outputDirectory>/</outputDirectory>
<includes>
<include>**/*.sh</include>
<include>**/*.bat</include>
</includes>
<filtered>false</filtered>
<fileMode>0744</fileMode>
Expand Down

0 comments on commit 9c21a23

Please sign in to comment.