|
| From: | Richard Henderson |
| Subject: | Re: [PATCH 01/33] tests/tcg: Fix some targets default cross compiler path |
| Date: | Sat, 23 Oct 2021 16:24:08 -0700 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 |
On 10/23/21 2:47 PM, Philippe Mathieu-Daudé wrote:
We do not want a shell command substitution, but a parameter
substitution (with assignment). Replace $() -> ${}, otherwise
the expanded command return an empty string and the $cross_cc
variable is not set.
Fixes: 634ef789f8e ("tests/tcg: add more default compilers to configure.sh")
Signed-off-by: Philippe Mathieu-Daudé<f4bug@amsat.org>
---
tests/tcg/configure.sh | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
| [Prev in Thread] | Current Thread | [Next in Thread] |