Merge pull request #74449 from xichengliudui/fix190223

make more of the shell pass lints
This commit is contained in:
Kubernetes Prow Robot
2019-02-23 12:52:34 -08:00
committed by GitHub
4 changed files with 5 additions and 8 deletions

View File

@@ -30,7 +30,7 @@ set -o pipefail
# echo "-=-=-=-=-=-=-=-=-=-="
KUBE_ROOT=${KUBE_ROOT:-$(dirname "${BASH_SOURCE}")/..}
KUBE_ROOT=${KUBE_ROOT:-$(dirname "${BASH_SOURCE[0]}")/..}
source "${KUBE_ROOT}/cluster/kube-util.sh"
source "${KUBE_ROOT}/cluster/clientbin.sh"