From 742504db39f51539720899ef6b41c4ca44d41136 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Wed, 16 Jan 2019 00:33:28 -0800 Subject: [PATCH] make build/make-clean.sh pass shellcheck --- build/make-clean.sh | 2 +- hack/.shellcheck_failures | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/build/make-clean.sh b/build/make-clean.sh index af59f33d137..b3f567490a6 100755 --- a/build/make-clean.sh +++ b/build/make-clean.sh @@ -19,7 +19,7 @@ set -o errexit set -o nounset set -o pipefail -KUBE_ROOT=$(dirname "${BASH_SOURCE}")/.. +KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/.. source "${KUBE_ROOT}/build/common.sh" kube::build::verify_prereqs false diff --git a/hack/.shellcheck_failures b/hack/.shellcheck_failures index c6a545ff7e7..b0d83d3f286 100644 --- a/hack/.shellcheck_failures +++ b/hack/.shellcheck_failures @@ -2,7 +2,6 @@ ./build/copy-output.sh ./build/lib/release.sh ./build/make-build-image.sh -./build/make-clean.sh ./build/util.sh ./cluster/addons/addon-manager/kube-addons.sh ./cluster/addons/fluentd-elasticsearch/es-image/run.sh