1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2026-01-06 11:41:12 +03:00
Files
mbedtls/tests/scripts
Manuel Pégourié-Gonnard dea880f035 all.sh: fix missing quotes
Without quotes, when the variable is empty, the shell will see three
tokens: [, -n, ]. After skipping ] as usual, it will see a single token,
so it will consider it not as command, but a string to be tested for "is
it empty", and since "-n" is not empty, the command will return true.

With quotes it see 4 tokens: [, -n, <empty string>, ] and interprets -n
as desired.

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2024-10-17 09:21:19 +02:00
..
2024-03-12 13:33:09 +00:00
2024-10-17 09:21:19 +02:00
2023-11-02 19:47:20 +00:00
2024-10-10 10:13:19 +02:00
2024-07-10 08:10:40 +02:00
2024-07-19 16:51:33 +02:00
2023-11-02 19:47:20 +00:00
2024-07-25 11:00:07 +02:00
2023-11-02 19:47:20 +00:00
2023-11-02 19:47:20 +00:00
2023-11-02 19:47:20 +00:00
2023-11-02 19:47:20 +00:00
2023-11-02 19:47:20 +00:00
2023-11-02 19:47:20 +00:00
2023-11-09 10:10:33 +08:00
2023-11-02 19:47:20 +00:00
2023-11-02 19:47:20 +00:00
2023-11-02 19:47:20 +00:00
2023-07-25 19:40:35 +02:00
2023-11-15 16:56:26 +01:00
2024-09-11 16:07:09 +02:00
2023-11-02 19:47:20 +00:00
2023-11-02 19:47:20 +00:00
2023-11-02 19:47:20 +00:00
2023-11-02 19:47:20 +00:00
2023-11-02 19:47:20 +00:00
2023-11-02 19:47:20 +00:00