mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-21 20:08:54 +00:00
Shell expands `*"rc"*` to the top-level `src` directory. This results in comparing a version with a directory name. This doesn't make sense and causes the script to choose the wrong branch of the `if`. The intent of the check is actually to detect `rc` in the version. Fixes: #5283 Signed-off-by: Greg Kurz <groug@kaod.org>