On 10/26/21 12:22, Alex Bennée wrote: > From: Philippe Mathieu-Daudé <f4...@amsat.org> > > 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")
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > Message-Id: <20211023164329.328137-1-f4...@amsat.org> > --- > tests/tcg/configure.sh | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-)