Manuel Pégourié-Gonnard
7f3d37f4bf
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:17:26 +02:00
..
2024-03-12 13:33:09 +00:00
2024-10-16 10:47:07 +02:00
2024-10-17 09:17:26 +02:00
2023-11-02 19:47:20 +00:00
2024-10-16 10:24:42 +02:00
2024-10-09 14:19:31 +02:00
2024-07-08 15:36:48 +01:00
2024-04-22 12:35:00 +02:00
2024-09-19 18:57:18 +02:00
2024-07-08 15:36:46 +01:00
2024-05-13 14:44:37 +01:00
2023-11-02 19:47:20 +00:00
2024-09-20 07:44:36 +02:00
2024-06-07 11:10:43 +01:00
2024-10-09 14:19:31 +02:00
2024-09-11 09:24:20 -07:00
2024-10-16 10:24:40 +02:00
2024-08-02 02:08:54 +01:00
2024-10-16 10:24:40 +02:00
2024-08-05 12:01:53 +01:00
2024-09-19 18:56:01 +02:00
2024-08-05 12:01:55 +01:00
2024-09-19 18:57:18 +02:00
2024-10-16 10:24:40 +02:00
2024-08-06 16:26:41 +01:00
2024-09-19 10:51:59 +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
2024-09-20 07:44:36 +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
2024-09-11 09:24:20 -07:00
2023-12-22 13:16:59 +01: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
2023-11-02 19:47:20 +00:00
2024-05-13 14:44:37 +01: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
2024-05-13 14:44:37 +01:00
2024-05-13 14:44:37 +01: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