mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-06 17:21:22 +00:00
Usually We use '==' or '=' to compare strings under sh environment, but '==' is not supported by dash which is the default sh environment on Ubuntu, this leads efi build failure with current makefile. Change the '==' to '=' to support both bash and dash. Tracked-On: #3779 Signed-off-by: Victor Sun <victor.sun@intel.com>
6.5 KiB
6.5 KiB