Skip to content

Commit

Permalink
packaging: build: Suppress a shellcheck error
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed Mar 21, 2024
1 parent 79c05d9 commit 319e54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ echo "CMAKE_INSTALL_PREFIX => $CMAKE_INSTALL_PREFIX"
echo "FLB_NIGHTLY_BUILD => $FLB_NIGHTLY_BUILD"
echo "FLB_JEMALLOC => $FLB_JEMALLOC"

if [ ${DOCKER} = "docker" ]; then
if [ "${DOCKER}" = "docker" ]; then
export DOCKER_BUILDKIT=1
else
export DOCKER_BUILDKIT=0
Expand Down

0 comments on commit 319e54c

Please sign in to comment.