Fixed final message output.
authorGuenter Knauf <lists@gknw.net>
Sun, 4 Sep 2011 20:04:45 +0000 (22:04 +0200)
committerGuenter Knauf <lists@gknw.net>
Sun, 4 Sep 2011 20:05:32 +0000 (22:05 +0200)
lib/mk-ca-bundle.pl

index 5300bec..868e238 100755 (executable)
@@ -187,7 +187,7 @@ while (<TXT>) {
 }
 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;