Skip to content

Commit 17debde

Browse files
committed
fixup condition
1 parent afbac7a commit 17debde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_dl.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ if [[ ! "${_CONFIG}" =~ (zero|bldtst|pico|nano|micro|mini) ]]; then
672672
fi
673673
fi
674674

675-
if [ "${CURL_VER_}" = '8.11.1' ]; then
675+
if false; then
676676
if [[ "${_CONFIG}" = *'cares'* ]]; then
677677
_DEPS+=' cares'
678678
fi

0 commit comments

Comments
 (0)