build: ignore "shellcheck disable=SC2086"

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee 2018-02-26 12:33:29 -08:00
parent e1001f9349
commit 209c820ffa

1
build
View File

@ -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}" \