From d52f3eb598967fe101d7bc50b0fe2bb4d38542dc Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Sun, 4 Sep 2011 22:04:45 +0200 Subject: [PATCH] Fixed final message output. --- lib/mk-ca-bundle.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.50.1