mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 12:25:26 +00:00
Fix renaming error in script
This commit is contained in:
parent
8119dad588
commit
48573f8337
|
@ -94,7 +94,7 @@ while (my $line = <GREP>)
|
||||||
my $found_hl = grep $_ eq $module_name, @high_level_modules;
|
my $found_hl = grep $_ eq $module_name, @high_level_modules;
|
||||||
if (!$found_ll && !$found_hl)
|
if (!$found_ll && !$found_hl)
|
||||||
{
|
{
|
||||||
mbedtls_printf("Error: Do not know how to handle: $module_name\n");
|
printf("Error: Do not know how to handle: $module_name\n");
|
||||||
exit 1;
|
exit 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue