Re: [PATCH 05/21] configure: remove unnecessary subshell

2023-12-29 Thread Philippe Mathieu-Daudé
On 21/12/23 18:19, Paolo Bonzini wrote: Do not use a subshell to hide the shadowing of $config_host_mak. Signed-off-by: Paolo Bonzini --- configure | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH 05/21] configure: remove unnecessary subshell

2023-12-21 Thread Paolo Bonzini
Do not use a subshell to hide the shadowing of $config_host_mak. Signed-off-by: Paolo Bonzini --- configure | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/configure b/configure index 6ea8f53310e..c634948051b 100755 --- a/configure +++ b/configure @@ -1671,10 +1671,9