mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-23 10:12:10 +00:00
runtime: Fix legacy package regex in collect script
The function that checks for legacy packages in the collect script was missing pipes denoting regex alternation. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
parent
04eced50ad
commit
e0148c9cb9
@ -292,8 +292,8 @@ show_package_versions()
|
|||||||
# CC 2.x, 3.0 and runv runtimes. They shouldn't be installed but let's
|
# CC 2.x, 3.0 and runv runtimes. They shouldn't be installed but let's
|
||||||
# check anyway.
|
# check anyway.
|
||||||
pattern+="cc-oci-runtime"
|
pattern+="cc-oci-runtime"
|
||||||
pattern+="cc-runtime"
|
pattern+="|cc-runtime"
|
||||||
pattern+="runv"
|
pattern+="|runv"
|
||||||
|
|
||||||
# core components
|
# core components
|
||||||
for project in @PROJECT_TYPE@
|
for project in @PROJECT_TYPE@
|
||||||
|
Loading…
Reference in New Issue
Block a user