Default value for ${@}, otherwise nounset causes failure

pull/6/head
Justin Santa Barbara 2015-02-11 12:39:06 -05:00
parent c9c98ab19e
commit 8cbd97d8bd
1 changed files with 1 additions and 1 deletions

View File

@ -103,4 +103,4 @@ fi
--host="https://${KUBE_MASTER_IP-}" \
--provider="${KUBERNETES_PROVIDER}" \
${E2E_REPORT_DIR+"--report_dir=${E2E_REPORT_DIR}"} \
"${@}"
"${@:-}"