X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=bin%2Fblhc;h=e8849260607f8598aafea529a8731136f0ecf451;hb=c7f137f3fdbeb3fc9e300ba41b977d79109967ea;hp=79b72f51bc5941b096e0531e82890bb32abe6292;hpb=c09596c03ff34112d98185d94016c098a5876f09;p=blhc%2Fblhc.git diff --git a/bin/blhc b/bin/blhc index 79b72f5..e884926 100755 --- a/bin/blhc +++ b/bin/blhc @@ -533,7 +533,7 @@ FILE: foreach my $file (@ARGV) { print "checking '$file'...\n" if scalar @ARGV > 1; - open my $fh, '<', $file or die "$!: $file"; + open my $fh, '<', $file or die $!; # Architecture of this file. my $arch = $option_arch; @@ -1200,6 +1200,11 @@ Missing hardening flags. Hardening wrapper detected, no tests performed. +=item B<32> + +Invalid CMake version used. See B under L for a detailed explanation. + =back =head1 AUTHOR