mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:33:36 +03:00
Improve CURL_CHECK_DEF
This commit is contained in:
parent
63818f8488
commit
4594187732
2 changed files with 9 additions and 7 deletions
|
|
@ -117,7 +117,7 @@ CURL_DEF_TOKEN $1
|
|||
|
||||
echo "DEBUG: $tmp_exp" >&6
|
||||
|
||||
if test "$tmp_exp" = "$1"; then
|
||||
if test -z "$tmp_exp" || test "$tmp_exp" = "$1"; then
|
||||
tmp_exp=""
|
||||
echo "DEBUG: $tmp_exp" >&6
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue