mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Have config.pl return non-zero rather than warn
This commit is contained in:
@ -118,7 +118,7 @@ for my $line (@config_lines) {
|
||||
|
||||
close $config_write;
|
||||
|
||||
warn "configuration section not found" if ($action eq "full" && !$done);
|
||||
warn "$name not found" if ($action ne "full" && !$done);
|
||||
die "configuration section not found" if ($action eq "full" && !$done);
|
||||
die "$name not found" if ($action ne "full" && !$done);
|
||||
|
||||
__END__
|
||||
|
Reference in New Issue
Block a user