There may be more than one single quote to fix.

PR: 256
This commit is contained in:
Richard Levitte 2002-10-11 11:34:28 +00:00
parent 388a6f937f
commit 97b8718f15

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;