]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Tell git to store .bat files as CRLF (#1030)
authorChristian Höltje <docwhat@gerf.org>
Fri, 22 Jul 2016 10:20:44 +0000 (06:20 -0400)
committerAttila Molnar <attilamolnar@hush.com>
Fri, 22 Jul 2016 10:20:44 +0000 (12:20 +0200)
.gitattributes [new file with mode: 0644]
win/make_gnutls_cert.bat

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..ec1c66d
--- /dev/null
@@ -0,0 +1 @@
+*.bat  text eol=crlf
index 97792cc2998b958faaa9e96b6d61c2f366ad3990..159cd1012ee96b9ae3147ba78b4275e7aecb63b5 100644 (file)
@@ -1,14 +1,14 @@
-@echo off\r
-\r
-echo This program will generate SSL certificates for m_ssl_gnutls.so\r
-echo Ensure certtool.exe is in your system path. It can be downloaded\r
-echo at ftp://ftp.gnu.org/gnu/gnutls/w32/. If you do not know the answer\r
-echo to one of the questions just press enter.\r
-echo.\r
-\r
-pause\r
-\r
-certtool --generate-privkey --outfile conf/key.pem\r
-certtool --generate-self-signed --load-privkey conf/key.pem --outfile conf/cert.pem\r
-\r
+@echo off
+
+echo This program will generate SSL certificates for m_ssl_gnutls.so
+echo Ensure certtool.exe is in your system path. It can be downloaded
+echo at ftp://ftp.gnu.org/gnu/gnutls/w32/. If you do not know the answer
+echo to one of the questions just press enter.
+echo.
+
+pause
+
+certtool --generate-privkey --outfile conf/key.pem
+certtool --generate-self-signed --load-privkey conf/key.pem --outfile conf/cert.pem
+
 pause
\ No newline at end of file