pull/4158/head^2
neilpang 2023-04-23 13:18:17 +08:00
parent a7bc2293c0
commit b937665b90
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ _check_curl_version() {
if [ "$_major" -ge "8" ]; then
#ok
return 0;
return 0
fi
if [ "$_major" = "7" ]; then
if [ "$_minor" -lt "40" ]; then