Handle spaces in some hack/ scripts. Cleanup after hyperkube build.

This commit is contained in:
Cole Mickens
2016-08-14 06:07:34 +00:00
parent 89651077b1
commit 1cb361ea2b
3 changed files with 3 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ set -o nounset
set -o pipefail
# The root of the build/dist directory
KUBE_ROOT=$(cd $(dirname "${BASH_SOURCE}")/../.. && pwd -P)
KUBE_ROOT="$(cd "$(dirname "${BASH_SOURCE}")/../.." && pwd -P)"
KUBE_OUTPUT_SUBPATH="${KUBE_OUTPUT_SUBPATH:-_output/local}"
KUBE_OUTPUT="${KUBE_ROOT}/${KUBE_OUTPUT_SUBPATH}"