fix some shellcheck failures in hack

This commit is contained in:
SataQiu
2019-02-26 12:45:38 +08:00
parent 5a2d587ac4
commit c6ae694b79
4 changed files with 15 additions and 11 deletions

View File

@@ -19,5 +19,5 @@ set -o errexit
set -o nounset
set -o pipefail
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
grep "\[Feature:\w+\]" "${KUBE_ROOT}"/test/e2e/**/*.go -Eoh | LC_ALL=C sort -u