mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-10 09:22:55 -04:00
Default value for ${@}, otherwise nounset causes failure
This commit is contained in:
parent
c9c98ab19e
commit
8cbd97d8bd
1 changed files with 1 additions and 1 deletions
|
|
@ -103,4 +103,4 @@ fi
|
|||
--host="https://${KUBE_MASTER_IP-}" \
|
||||
--provider="${KUBERNETES_PROVIDER}" \
|
||||
${E2E_REPORT_DIR+"--report_dir=${E2E_REPORT_DIR}"} \
|
||||
"${@}"
|
||||
"${@:-}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue