mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-28 20:15:51 +00: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>