Skip to content

Commit

Permalink
Merge pull request #1142 from flatcar/kai/oem-version-quoting
Browse files Browse the repository at this point in the history
vm_image_util: Fix variable quoting to create correct OEM sysext file
  • Loading branch information
pothos authored Sep 14, 2023
2 parents fc3edbc + d711725 commit bce6b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_library/vm_image_util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit bce6b4b

Please sign in to comment.