mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-23 03:39:53 +00:00
Fix get option in config.pl script
This commit is contained in:
parent
f145a9dac2
commit
26b9f7d33b
@ -205,7 +205,7 @@ for my $line (@config_lines) {
|
||||
$done = 1;
|
||||
}
|
||||
} elsif (!$done && $action eq "get") {
|
||||
if ($line =~ /^\s*#define\s*$name\s*(.*)\s*\b/) {
|
||||
if ($line =~ /^\s*#define\s*$name\s*([^\s]+)\s*\b/) {
|
||||
$value = $1;
|
||||
$done = 1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user