mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-07 14:44:32 +02:00
ci: fix bash shell array incompatibility in dash
This commit is contained in:
@@ -62,8 +62,7 @@ function warning() {
|
||||
}
|
||||
|
||||
function run_cmd() {
|
||||
local args=( "$@" )
|
||||
local cmd="${args[@]}"
|
||||
local cmd="$*"
|
||||
local start=$(date +%s)
|
||||
|
||||
info "\$ ${cmd}"
|
||||
|
Reference in New Issue
Block a user