From 7fb30e7be1d88d00b82b577b95e895b9e6b43dad Mon Sep 17 00:00:00 2001
From: brinn <brinn>
Date: Tue, 29 May 2007 11:18:04 +0000
Subject: [PATCH] ensure .sh files have eol-style LF, so that distributions
 that are build on Windows also work properly on Unix

SVN: 229
---
 config/subversion/config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/subversion/config b/config/subversion/config
index 4637676ea9b..14a21be1440 100644
--- a/config/subversion/config
+++ b/config/subversion/config
@@ -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
-- 
GitLab