From abad880ea5f0a3ae8d6a56084b6b43ca93149f85 Mon Sep 17 00:00:00 2001 From: Nam yujeong <41294407+Namyujeong@users.noreply.github.com> Date: Wed, 21 May 2025 09:46:04 +0900 Subject: [PATCH] Fix environment variable name in license installation --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 5d334d5ea74..c6e1fc0bd10 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -14,7 +14,7 @@ install_license() { # for local debugging cp Unity_v2021.x.ulf "$temp_filename" elif [[ "$UNITY_LICENSE" = "" ]]; then - echo "The ULF environment variable is missing." > /dev/stderr + echo "The UNITY_LICENSE environment variable is missing." > /dev/stderr exit 1 elif [[ "$UNITY_LICENSE" = \<* ]]; then # Bare XML