mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-18 06:44:23 +01:00
zsh doesn't support "==" as equal comparison operator, so replace "==" with "=" to make the script more portable Fixes: #2584 Signed-off-by: Binbin Zhang <binbin36520@gmail.com>