fix shellcheck in hack/make-rules/...

update pull request

update pull request

update pull request

update pull request

update pull request

update pull request

update pull request

update pull request
This commit is contained in:
xichengliudui
2019-02-19 03:35:08 -05:00
parent 197941a6d9
commit ec5fddfe4f
4 changed files with 17 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ set -o errexit
set -o nounset
set -o pipefail
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../..
KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/../..
source "${KUBE_ROOT}/hack/lib/init.sh"
# NOTE: Using "${array[*]}" here is correct. [@] becomes distinct words (in