From: Guenter Knauf Date: Sun, 4 Sep 2011 20:04:45 +0000 (+0200) Subject: Fixed final message output. X-Git-Tag: curl-7_22_0~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d52f3eb598967fe101d7bc50b0fe2bb4d38542dc;p=curl Fixed final message output. --- diff --git a/lib/mk-ca-bundle.pl b/lib/mk-ca-bundle.pl index 5300bec44..868e23843 100755 --- a/lib/mk-ca-bundle.pl +++ b/lib/mk-ca-bundle.pl @@ -187,7 +187,7 @@ while () { } close(TXT) or die "Couldn't close $txt: $!"; unlink $txt if ($opt_u); -print "Done ($certnum CA certs processed, $skipnum skipped).\n" if (!$opt_q); +print "Done ($certnum CA certs processed, $skipnum untrusted skipped).\n" if (!$opt_q); exit;