mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-16 08:42:50 +00:00
ssl-opt: CONFIGS_ENABLED list should always end with a space char.
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
parent
e2d0074d4f
commit
4ce27cb49b
@ -233,9 +233,11 @@ get_options "$@"
|
|||||||
# Read boolean configuration options from mbedtls_config.h for easy and quick
|
# Read boolean configuration options from mbedtls_config.h for easy and quick
|
||||||
# testing. Skip non-boolean options (with something other than spaces
|
# testing. Skip non-boolean options (with something other than spaces
|
||||||
# and a comment after "#define SYMBOL"). The variable contains a
|
# and a comment after "#define SYMBOL"). The variable contains a
|
||||||
# space-separated list of symbols.
|
# space-separated list of symbols. The list should always be
|
||||||
|
# terminated by a single whitespace character, otherwise the last entry
|
||||||
|
# will not get matched by the parsing regex.
|
||||||
if [ "$LIST_TESTS" -eq 0 ];then
|
if [ "$LIST_TESTS" -eq 0 ];then
|
||||||
CONFIGS_ENABLED=" $(echo `$P_QUERY -l` )"
|
CONFIGS_ENABLED=" $(echo `$P_QUERY -l` ) "
|
||||||
else
|
else
|
||||||
P_QUERY=":"
|
P_QUERY=":"
|
||||||
CONFIGS_ENABLED=""
|
CONFIGS_ENABLED=""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user