There may be more than one single quote to fix.
PR: 256
This commit is contained in:
parent
388a6f937f
commit
97b8718f15
@ -100,7 +100,7 @@ sub check_file {
|
|||||||
|
|
||||||
sub link_hash_cert {
|
sub link_hash_cert {
|
||||||
my $fname = $_[0];
|
my $fname = $_[0];
|
||||||
$fname =~ s/'/'\\''/;
|
$fname =~ s/'/'\\''/g;
|
||||||
my ($hash, $fprint) = `$openssl x509 -hash -fingerprint -noout -in '$fname'`;
|
my ($hash, $fprint) = `$openssl x509 -hash -fingerprint -noout -in '$fname'`;
|
||||||
chomp $hash;
|
chomp $hash;
|
||||||
chomp $fprint;
|
chomp $fprint;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user