mirror of
https://github.com/espressif/openthread.git
synced 2026-09-09 02:30:11 +00:00
[shellcheck] fix SC2155 warning (#8490)
Declare and assign separately to avoid masking return values.
This commit is contained in:
+5
-2
@@ -29,8 +29,11 @@
|
||||
|
||||
set -euxo pipefail
|
||||
|
||||
readonly OT_MERGED_PROFILES=merged_profiles
|
||||
readonly OT_GCOV_PREFIX_BASE=ot-run
|
||||
OT_MERGED_PROFILES=merged_profiles
|
||||
readonly OT_MERGED_PROFILES
|
||||
|
||||
OT_GCOV_PREFIX_BASE=ot-run
|
||||
readonly OT_GCOV_PREFIX_BASE
|
||||
|
||||
merge_profiles()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user