From 0d39ff6b91165652f98065718b75c67d6b1164d4 Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Mon, 3 Jan 2022 12:23:24 -0800 Subject: [PATCH] xtensa-build-zephyr.sh: add missing "${SOF_TOP}" quotes Fixes commit a8c333b60615 ("xtensa-build-zephyr: add deterministic sha256sum of final .ri file") Signed-off-by: Marc Herbert --- scripts/xtensa-build-zephyr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/xtensa-build-zephyr.sh b/scripts/xtensa-build-zephyr.sh index c10ce1db2..1a1231898 100755 --- a/scripts/xtensa-build-zephyr.sh +++ b/scripts/xtensa-build-zephyr.sh @@ -284,7 +284,7 @@ build_platforms() # A bit of a hack but it's very simple and saves a lot of duplication grep -q "UNSIGNED_RI.*${platform}" "${SOF_TOP}"/src/arch/xtensa/CMakeLists.txt || # This could use a -q(uiet) option... - ${SOF_TOP}/tools/sof_ri_info/sof_ri_info.py \ + "${SOF_TOP}"/tools/sof_ri_info/sof_ri_info.py \ --no_headers --no_modules --no_memory \ --erase_vars "$bdir"/zephyr/reproducible.ri "$bdir"/zephyr/zephyr.ri