On 10/26/21 12:22, Alex Bennée wrote: > From: Philippe Mathieu-Daudé <[email protected]> > > 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 <[email protected]> > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > Signed-off-by: Alex Bennée <[email protected]> > Message-Id: <[email protected]> > --- > tests/tcg/configure.sh | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-)
