Browse Source

Vagrant: bash gets confused if you pass in .sh files from windows

This change prevents git from adding carriage returns to .sh files
master
Kevin Hester 10 years ago committed by Andrew Tridgell
parent
commit
76f1088ec6
  1. 6
      .gitattributes

6
.gitattributes vendored

@ -0,0 +1,6 @@
# bash gets confused if you pass in .sh files from windows
# This breaks Vagrant for some users.
*.sh text eol=lf
Loading…
Cancel
Save