mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 11:42:14 +00:00
Handle spaces in some hack/ scripts. Cleanup after hyperkube build.
This commit is contained in:
@@ -27,7 +27,7 @@ set -o errexit
|
||||
set -o nounset
|
||||
set -o pipefail
|
||||
|
||||
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
|
||||
KUBE_ROOT="$(dirname "${BASH_SOURCE}")/.."
|
||||
source "${KUBE_ROOT}/build/common.sh"
|
||||
|
||||
if [[ -z "${KUBE_DOCKER_REGISTRY:-}" ]]; then
|
||||
|
Reference in New Issue
Block a user