Browse Source

build: ignore "shellcheck disable=SC2086"

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 years ago
parent
commit
209c820ffa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      build

+ 1 - 0
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}" \