mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Default value for ${@}, otherwise nounset causes failure
This commit is contained in:
parent
c9c98ab19e
commit
8cbd97d8bd
@ -103,4 +103,4 @@ fi
|
||||
--host="https://${KUBE_MASTER_IP-}" \
|
||||
--provider="${KUBERNETES_PROVIDER}" \
|
||||
${E2E_REPORT_DIR+"--report_dir=${E2E_REPORT_DIR}"} \
|
||||
"${@}"
|
||||
"${@:-}"
|
||||
|
Loading…
Reference in New Issue
Block a user