There may be more than one single quote to fix.

PR: 256
This commit is contained in:
Richard Levitte 2002-10-11 11:34:20 +00:00
parent cf3b8b52f1
commit b7910992d8
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ sub check_file {
sub link_hash_cert {
my $fname = $_[0];
$fname =~ s/'/'\\''/;
$fname =~ s/'/'\\''/g;
my ($hash, $fprint) = `$openssl x509 -hash -fingerprint -noout -in '$fname'`;
chomp $hash;
chomp $fprint;