mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 03:33:26 +00:00
Default value for ${@}, otherwise nounset causes failure
This commit is contained in:
@@ -103,4 +103,4 @@ fi
|
||||
--host="https://${KUBE_MASTER_IP-}" \
|
||||
--provider="${KUBERNETES_PROVIDER}" \
|
||||
${E2E_REPORT_DIR+"--report_dir=${E2E_REPORT_DIR}"} \
|
||||
"${@}"
|
||||
"${@:-}"
|
||||
|
Reference in New Issue
Block a user