fix some shellcheck failures in hack

This commit is contained in:
SataQiu
2019-02-20 20:37:51 +08:00
parent f99728e6f3
commit 0311c4ddc8
7 changed files with 7 additions and 15 deletions

View File

@@ -20,7 +20,7 @@ set -o errexit
set -o nounset
set -o pipefail
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
# For help output
ARGHELP=""