]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Fixed line endings when skipping ssl cert generation
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 25 Jan 2006 17:53:34 +0000 (17:53 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 25 Jan 2006 17:53:34 +0000 (17:53 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2895 e03df62e-2008-0410-955e-edbf42e46eb7

configure

index ea303e29517fde02dfb91ba8476446fc9f8321db..fdf8cae31d87764f6b2e59f53b35b9275c93e669 100755 (executable)
--- a/configure
+++ b/configure
@@ -587,7 +587,7 @@ if ($config{USE_GNUTLS} eq "y") {
                system("mv cert.pem $config{CONFIG_DIR}/cert.pem");
                print "Done.\n\n";
        } else {
-               print "SSL Certificates found, skipping."
+               print "SSL Certificates found, skipping.\n\n"
        }       
 }