arton / rjb

Ruby Java Bridge
https://www.artonx.org/collabo/backyard/?RubyJavaBridge
GNU Lesser General Public License v2.1
117 stars 34 forks source link

Removed the executable bit. #45

Closed arbox closed 8 years ago

arbox commented 8 years ago

Windows does make files executable for no reason. Removing the executable bit from source files, text files, binary nonexec files.

arton commented 8 years ago

Thank you arbox!

I'm not sure why theses files had the bit, however, you are completely right. Also I will check my working copies.

arbox commented 8 years ago

As for my experience many editors on Windows do that silently. Probably it's the source of the trouble.