mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-06 22:24:33 +02:00
Merge branch 'ci/fix_utils_sh_with_dash' into 'master'
ci: fix bash shell array incompatibility in dash See merge request espressif/esp-idf!18487
This commit is contained in:
@@ -62,8 +62,7 @@ function warning() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function run_cmd() {
|
function run_cmd() {
|
||||||
local args=( "$@" )
|
local cmd="$*"
|
||||||
local cmd="${args[@]}"
|
|
||||||
local start=$(date +%s)
|
local start=$(date +%s)
|
||||||
|
|
||||||
info "\$ ${cmd}"
|
info "\$ ${cmd}"
|
||||||
|
Reference in New Issue
Block a user