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

This commit is contained in:
Justin Santa Barbara 2015-02-11 12:39:06 -05:00
parent c9c98ab19e
commit 8cbd97d8bd

View File

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