File tree Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ set -o errexit
20
20
set -o nounset
21
21
set -o pipefail
22
22
23
- KUBE_ROOT=$( dirname " ${BASH_SOURCE} " ) /..
23
+ KUBE_ROOT=$( dirname " ${BASH_SOURCE[0] } " ) /..
24
24
25
25
if [ -f " ${KUBE_ROOT} /cluster/env.sh" ]; then
26
26
source " ${KUBE_ROOT} /cluster/env.sh"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ set -o errexit
18
18
set -o nounset
19
19
set -o pipefail
20
20
21
- KUBE_ROOT=${KUBE_ROOT:- $(dirname " ${BASH_SOURCE} " )/ ..}
21
+ KUBE_ROOT=${KUBE_ROOT:- $(dirname " ${BASH_SOURCE[0] } " )/ ..}
22
22
source " ${KUBE_ROOT} /cluster/clientbin.sh"
23
23
24
24
# If KUBEADM_PATH isn't set, gather up the list of likely places and use ls
Original file line number Diff line number Diff line change 24
24
./cluster/images/etcd-empty-dir-cleanup/etcd-empty-dir-cleanup.sh
25
25
./cluster/juju/prereqs/ubuntu-juju.sh
26
26
./cluster/juju/util.sh
27
- ./cluster/kube-down.sh
28
27
./cluster/kube-up.sh
29
28
./cluster/kube-util.sh
30
- ./cluster/kubeadm.sh
31
29
./cluster/kubectl.sh
32
30
./cluster/kubemark/gce/config-default.sh
33
31
./cluster/kubemark/iks/config-default.sh
54
52
./hack/e2e-node-test.sh
55
53
./hack/generate-bindata.sh
56
54
./hack/generate-docs.sh
57
- ./hack/get-build.sh
58
55
./hack/ginkgo-e2e.sh
59
56
./hack/godep-restore.sh
60
57
./hack/godep-save.sh
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ set -o errexit
18
18
set -o nounset
19
19
set -o pipefail
20
20
21
- KUBE_ROOT=$( dirname " ${BASH_SOURCE} " ) /..
21
+ KUBE_ROOT=$( dirname " ${BASH_SOURCE[0] } " ) /..
22
22
23
23
source " ${KUBE_ROOT} /cluster/common.sh"
24
24
You can’t perform that action at this time.
0 commit comments