Skip to content

Commit

Permalink
Fix shell check warning
Browse files Browse the repository at this point in the history
(cherry picked from commit 5dc11e0)
  • Loading branch information
nyalldawson committed Nov 19, 2022
1 parent 6e48652 commit 0ff6b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/docker-qgis-build.sh
Expand Up @@ -92,7 +92,7 @@ cmake \
-DCXX_EXTRA_FLAGS="${CLANG_WARNINGS}" \
-DWERROR=TRUE \
-DADD_CLAZY_CHECKS=ON \
${CMAKE_EXTRA_ARGS[*]} ..
"${CMAKE_EXTRA_ARGS[@]}" ..
echo "::endgroup::"

# Workaround https://github.com/actions/checkout/issues/760
Expand Down

0 comments on commit 0ff6b2a

Please sign in to comment.