Skip to content
Snippets Groups Projects
Commit 7fb30e7b authored by brinn's avatar brinn
Browse files

ensure .sh files have eol-style LF, so that distributions that are build on...

ensure .sh files have eol-style LF, so that distributions that are build on Windows also work properly on Unix

SVN: 229
parent 09729b33
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ enable-auto-props = yes
*.java = svn:eol-style=native
*.bat = svn:eol-style=CRLF;svn:executable
*.sh = svn:eol-style=native;svn:executable
*.sh = svn:eol-style=LF;svn:executable
*.awk = svn:eol-style=native;svn:executable
*.py = svn:eol-style=native;svn:executable
*.pl = svn:eol-style=native;svn:executable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment