On Mon, 06/06 16:46, Paolo Bonzini wrote:
> make-archive-maybe expects an archive path relative
> to $1, but receives a path relative to the current directory. Redirect
> the output outside the subshell to bypass the "cd $1".
>
> Signed-off-by: Paolo Bonzini
> ---
> tests/docker/Makefile.includ
make-archive-maybe expects an archive path relative
to $1, but receives a path relative to the current directory. Redirect
the output outside the subshell to bypass the "cd $1".
Signed-off-by: Paolo Bonzini
---
tests/docker/Makefile.include | 6 +++---
1 file changed, 3 insertions(+), 3 deletio