mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Handle remaining corner-cases
This commit is contained in:
parent
88323c70e8
commit
f7d945f4eb
3 changed files with 25 additions and 5 deletions
|
|
@ -42,7 +42,7 @@ my %warnings;
|
|||
while( my $filename = shift )
|
||||
{
|
||||
print STDERR "$filename... ";
|
||||
if( -d $filename ) { print STDERR "skip (directory)"; next }
|
||||
if( -d $filename ) { print STDERR "skip (directory)\n"; next }
|
||||
|
||||
open my $rfh, '<', $filename or die;
|
||||
my @lines = <$rfh>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue