NeuralEnsemble / neuroConstruct

neuroConstruct: biophysically detailed neuronal modelling in 3D
http://www.neuroconstruct.org
GNU General Public License v2.0
48 stars 24 forks source link

Fix for Unix shell scripts on Windows #30

Closed Neurophile closed 11 years ago

Neurophile commented 11 years ago

/templates/neuronUtils/mknrndll.sh was broken on Windows due to CRLF line endings being passed into the cygwin shell. Added .gitattributes file to enforce LF endings for *.sh no matter what platform contributors work on. Converted eol in mknrndll.sh to LF.