projects
/
platform
/
hal
/
backend
/
rootstrap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9773f5b
)
hal-rootstrap-checker: Fix typo of CHECK_ALWAYS variable
15/316015/2
author
Youngjae Cho
<y0.cho@samsung.com>
Mon, 12 Aug 2024 11:05:23 +0000
(20:05 +0900)
committer
Youngjae Cho
<y0.cho@samsung.com>
Mon, 12 Aug 2024 11:14:33 +0000
(20:14 +0900)
Change-Id: I37f1cc44c4ff6c22cecbe4b93ddf34d8e2f9ee98
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
packaging/hal-rootstrap-checker.sh
patch
|
blob
|
history
diff --git
a/packaging/hal-rootstrap-checker.sh
b/packaging/hal-rootstrap-checker.sh
index 5fab1f0cdc5c3ef3e4d273e442b241a1c75b07a0..7ab0fb0ed760c5e91a4cad1611c8f29553b817ca 100644
(file)
--- 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)
- C
ONFIGURATIONS[$KEY]
="$VALUE"
+ C
HECK_ALWAYS
="$VALUE"
;;
*)
echo "Undefined key($KEY), skip the line: $LINE"