mirror of https://github.com/ArduPilot/ardupilot
Vagrant: bash gets confused if you pass in .sh files from windows
This change prevents git from adding carriage returns to .sh files
This commit is contained in:
parent
2aae594371
commit
76f1088ec6
|
@ -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…
Reference in New Issue