tschoonj / xraylib

A library for X-ray matter interaction cross sections for X-ray fluorescence applications
https://github.com/tschoonj/xraylib/wiki
Other
123 stars 56 forks source link

Remove exec bit from files marked as executable when they shouldn't be #10

Closed chatcannon closed 10 years ago

chatcannon commented 10 years ago

Many of the data, text and source files in the repository are marked as executable (presumably because they were imported from Windows). This patch marks them all as non-executable files.

tschoonj commented 10 years ago

Thanks for the patch

Looks like a Windows remnant indeed.

Best,

Tom

chatcannon commented 10 years ago

The example .py and .pl files are still executable but don't have #! shebangs - I'm not sure whether they should have the shebang added or the exec bit removed.

tschoonj commented 10 years ago

Fixed with 13128b1be18d8.

I am not using the shebangs: they are pretty pointless in the build system since "make check" will call the Perl, Python etc interpreters with the scripts as arguments.