Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix(.gitattributes): bootstrap.sh execution fails on MSYS
Browse files Browse the repository at this point in the history
change .gitattributes to set 'lf' line ending for *.sh files to make
them work with MSYS sh.
  • Loading branch information
Talkless committed May 28, 2016
1 parent 774f3c1 commit ad82862
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Fix GitHub thinking our translations are TypeScript
*.ts linguist-language=XML

# fix bootstrap.sh on Windows MSYS
*.sh eol=lf

# Don't count the translation files in the language stats
translations/* linguist-vendored

0 comments on commit ad82862

Please sign in to comment.