mirror of
https://github.com/espressif/openthread.git
synced 2026-09-16 06:00:13 +00:00
[shellcheck] fix SC2155 warning (#8490)
Declare and assign separately to avoid masking return values.
This commit is contained in:
@@ -29,7 +29,8 @@
|
||||
|
||||
set -euxo pipefail
|
||||
|
||||
readonly OT_BUILDDIR="$(pwd)/build"
|
||||
OT_BUILDDIR="$(pwd)/build"
|
||||
readonly OT_BUILDDIR
|
||||
|
||||
reset_source()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user