Commit d52f3eb5 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

Fixed final message output.

parent 8e154225
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -187,7 +187,7 @@ while (<TXT>) {
}
}
close(TXT) or die "Couldn't close $txt: $!";
close(TXT) or die "Couldn't close $txt: $!";
unlink $txt if ($opt_u);
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;
exit;