Merge pull request #18822 from wojtek-t/unbound_os_distribution

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2015-12-17 05:47:00 -08:00
commit efc821a14c

View File

@ -337,7 +337,7 @@ function find-release-tars() {
# This tarball is only used by Ubuntu Trusty.
KUBE_MANIFESTS_TAR=
if [[ "${KUBE_OS_DISTRIBUTION}" == "trusty" ]]; then
if [[ "${KUBE_OS_DISTRIBUTION:-}" == "trusty" ]]; then
KUBE_MANIFESTS_TAR="${KUBE_ROOT}/server/kubernetes-manifests.tar.gz"
if [[ ! -f "${KUBE_MANIFESTS_TAR}" ]]; then
KUBE_MANIFESTS_TAR="${KUBE_ROOT}/_output/release-tars/kubernetes-manifests.tar.gz"