mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ci: fix bash shell array incompatibility in dash
This commit is contained in:
parent
c26bfae1fd
commit
3bb9d37863
@ -62,8 +62,7 @@ function warning() {
|
||||
}
|
||||
|
||||
function run_cmd() {
|
||||
local args=( "$@" )
|
||||
local cmd="${args[@]}"
|
||||
local cmd="$*"
|
||||
local start=$(date +%s)
|
||||
|
||||
info "\$ ${cmd}"
|
||||
|
Loading…
Reference in New Issue
Block a user