Skip to content

Commit

Permalink
curl.sh: fix typo [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Jul 5, 2024
1 parent 94dda36 commit 330e4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ _VER="$1"
# Pending https://github.com/curl/curl/pull/14059
if [[ "${_CONFIG}" != *'nocurltool'* ]] && \
[[ "${_DEPS}" = *'cacert'* ]] && \
grep -a -q 'CURL_CA_EMBED' './CMakeLists.txt' ]; then # Expected in 8.10.0
grep -a -q 'CURL_CA_EMBED' './CMakeLists.txt'; then # Expected in 8.10.0
options+=" -DCURL_CA_EMBED=${_TOP}/cacert/${_CACERT}"
fi
Expand Down

0 comments on commit 330e4e8

Please sign in to comment.