Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bake_flatcar_image: Fix check for empty sysext list
"${sysexts[@]}" expands every argument separately, while we need all array members to be expanded into a single string for the test to work. "${sysexts[*]}" is what we want. Signed-off-by: Jeremi Piotrowski <[email protected]>
- Loading branch information