From: Youngjae Cho Date: Mon, 12 Aug 2024 11:05:23 +0000 (+0900) Subject: hal-rootstrap-checker: Fix typo of CHECK_ALWAYS variable X-Git-Tag: accepted/tizen/unified/20240819.150149~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf73100ad16c5b92a71c4f84161b98a38aaf2885;p=platform%2Fhal%2Fbackend%2Frootstrap.git hal-rootstrap-checker: Fix typo of CHECK_ALWAYS variable Change-Id: I37f1cc44c4ff6c22cecbe4b93ddf34d8e2f9ee98 Signed-off-by: Youngjae Cho --- diff --git a/packaging/hal-rootstrap-checker.sh b/packaging/hal-rootstrap-checker.sh index 5fab1f0..7ab0fb0 100644 --- a/packaging/hal-rootstrap-checker.sh +++ b/packaging/hal-rootstrap-checker.sh @@ -122,7 +122,7 @@ while read LINE; do ALLOWED_REQUIRES+="$VALUE$IFS" ;; check_always) - CONFIGURATIONS[$KEY]="$VALUE" + CHECK_ALWAYS="$VALUE" ;; *) echo "Undefined key($KEY), skip the line: $LINE"