]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - configure
TESTME: Fix to this to make it work with newer OnPreCommand event (a parameter was...
[user/henk/code/inspircd.git] / configure
index ea303e29517fde02dfb91ba8476446fc9f8321db..4365c7d1a5626ea37f1313eacaf33e37a962e16c 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,4 +1,5 @@
 #!/usr/bin/perl
+
 # InspIRCd Configuration Script
 #
 # Copyright 2003 The ChatSpike Development Team
@@ -587,7 +588,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"
        }       
 }