Skip to content
This repository has been archived by the owner on Sep 26, 2020. It is now read-only.

Commit

Permalink
All .sh files should have LF instead of CRLF (#100)
Browse files Browse the repository at this point in the history
Found this the hard way when `forge.sh` refused to run on my linux box because it couldn't find `/usr/bin/env bash\r`
  • Loading branch information
spencerwi authored and Krzysztof-Cieslak committed Apr 24, 2016
1 parent 9fae7ee commit 0a75c3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitattributes
Expand Up @@ -24,5 +24,5 @@
*.rtf diff=astextplain
*.RTF diff=astextplain

# Ensure that build.sh keeps LF instead of CRLF
build.sh eol=lf
# Ensure that .sh files keep LF instead of CRLF so that shebang lines work
*.sh eol=lf

0 comments on commit 0a75c3a

Please sign in to comment.