Merge pull request #1142 from flatcar/kai/oem-version-quoting

vm_image_util: Fix variable quoting to create correct OEM sysext file
This commit is contained in:
Kai Lüke 2023-09-14 11:51:01 +02:00 committed by GitHub
commit bce6b4b98b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}"