Skip to content

Commit

Permalink
build: ignore "shellcheck disable=SC2086"
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <[email protected]>
  • Loading branch information
gyuho committed Feb 26, 2018
1 parent e1001f9 commit 209c820
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
Expand Down

0 comments on commit 209c820

Please sign in to comment.