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:
@ -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) {
|
||||
|
Reference in New Issue
Block a user