Commit b7910992 authored by Richard Levitte's avatar Richard Levitte
Browse files

There may be more than one single quote to fix.

PR: 256
parent cf3b8b52
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;