summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-01-25 17:53:34 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-01-25 17:53:34 +0000
commitbeec27b9b6923a441a6f2d1be4637a2529273778 (patch)
tree45fd4344d2ae74b05a3742c7ac37c4c582b1bd07
parent3a57f372904ea6e2f7b153749b84331ddfb8a3e3 (diff)
Fixed line endings when skipping ssl cert generation
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2895 e03df62e-2008-0410-955e-edbf42e46eb7
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ea303e295..fdf8cae31 100755
--- 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"
}
}