Skip to content

Commit

Permalink
fuzzers/build.sh: fix ossfuzz build [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Oct 8, 2022
1 parent a37bee1 commit f952919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzers/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ else
ARCH_SUFFIX=""
fi

if test "$CIFUZZ" = "True"; then
if test "${CIFUZZ:-}" = "True"; then
echo "Running under CI fuzz"

PACKAGES="zlib1g-dev${ARCH_SUFFIX} libexpat-dev${ARCH_SUFFIX} liblzma-dev${ARCH_SUFFIX} \
Expand Down

0 comments on commit f952919

Please sign in to comment.