1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Improved the error generating script, so that it is a little more explicit

Signed-off-by: Anton Matkin <anton.matkin@arm.com>
This commit is contained in:
Anton Matkin
2025-07-08 14:02:15 +02:00
parent f94bc63fdb
commit 0c10d9b700

View File

@ -89,7 +89,7 @@ foreach my $file (@files) {
$description =~ s/^\s+//;
$description =~ s/\n( *\*)? */ /g;
$description =~ s/\.?\s+$//;
push @matches, [$name, $value, $description, grep(/^.*private\/[^\/]+$/, $file)];
push @matches, [$name, $value, $description, scalar($file =~ /^.*private\/[^\/]+$/)];
++$found;
}
if ($found) {