From d711725fe003d9edc2fbf235029e0fa11b0f8d04 Mon Sep 17 00:00:00 2001 From: Kai Lueke Date: Thu, 14 Sep 2023 11:44:54 +0200 Subject: [PATCH] vm_image_util: Fix variable quoting to create correct OEM sysext file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The OEM sysext image file in the OEM partition had the version variable name being part of the filename instead of the substituted version value because of wrong quoting when the fixed string got replaced by ${…}. --- build_library/vm_image_util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_library/vm_image_util.sh b/build_library/vm_image_util.sh index c692bff75ab..8ac169e3ced 100644 --- a/build_library/vm_image_util.sh +++ b/build_library/vm_image_util.sh @@ -531,7 +531,7 @@ install_oem_sysext() { local built_sysext_dir="${FLAGS_to}/${oem_sysext}-sysext" local built_sysext_filename="${oem_sysext}.raw" local built_sysext_path="${built_sysext_dir}/${built_sysext_filename}" - local version='${FLATCAR_VERSION}' + local version="${FLATCAR_VERSION}" local metapkg="coreos-base/${oem_sysext}" local build_sysext_flags=( --board="${BOARD}"