From 209c820ffa3588e46c414dd100efa5c6e7a007b1 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Mon, 26 Feb 2018 12:33:29 -0800 Subject: [PATCH] build: ignore "shellcheck disable=SC2086" Signed-off-by: Gyuho Lee --- build | 1 + 1 file changed, 1 insertion(+) diff --git a/build b/build index 9b3947e13..9389dfe96 100755 --- a/build +++ b/build @@ -74,6 +74,7 @@ tools_build() { for tool in ${tools_path} do echo "Building" "'${tool}'"... + # shellcheck disable=SC2086 CGO_ENABLED=0 go build ${GO_BUILD_FLAGS} \ -installsuffix cgo \ -ldflags "${GO_LDFLAGS}" \