Przeglądaj źródła

build: ignore "shellcheck disable=SC2086"

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 lat temu
rodzic
commit
209c820ffa
1 zmienionych plików z 1 dodań i 0 usunięć
  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}" \