From 6dd2f203f1a4bc2a4477d1dda59534def2b5836b Mon Sep 17 00:00:00 2001 From: Thilo Fromm Date: Fri, 20 Oct 2023 18:51:33 +0200 Subject: [PATCH] run_local_tests.sh: un-break variable quoting Turns out using ${var@Q} instead of ${var} ends up with paths like /work/foo/'amd64'-usr/... instead of /work/foo/amd64-usr/... which breaks the script. So we revert it. Signed-off-by: Thilo Fromm --- run_local_tests.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/run_local_tests.sh b/run_local_tests.sh index 046df79d5f..a3c67ae4cc 100755 --- a/run_local_tests.sh +++ b/run_local_tests.sh @@ -51,10 +51,10 @@ function set_vars() { # Read by the mantle container. # The local directory ("pwd") will be mounted to /work/ in the container. cat > sdk_container/.env <