Merge pull request #4316 from justinsb/optional_args

Default value for ${@}, otherwise nounset causes failure
This commit is contained in:
roberthbailey 2015-02-11 10:41:10 -08:00
commit ed8237119f

View File

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