mirror of
https://github.com/espressif/openthread.git
synced 2026-07-31 08:07:47 +00:00
[test] fix multiple extra options (#5158)
This commit is contained in:
+5
-2
@@ -337,8 +337,11 @@ envsetup()
|
||||
export -n VERBOSE
|
||||
fi
|
||||
|
||||
read -r -a ot_extra_options_in <<<"${OT_OPTIONS-}"
|
||||
ot_extra_options=${ot_extra_options_in:-()}
|
||||
if [[ ${OT_OPTIONS+x} ]]; then
|
||||
read -r -a ot_extra_options <<<"${OT_OPTIONS}"
|
||||
else
|
||||
ot_extra_options=()
|
||||
fi
|
||||
}
|
||||
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user