mirror of
https://github.com/curl/curl.git
synced 2026-07-02 18:47:16 +03:00
testcurl.pl: fix missing semicolon
This commit is contained in:
parent
dd302206ad
commit
33e19f881e
1 changed files with 1 additions and 1 deletions
|
|
@ -368,7 +368,7 @@ if (-d $CURLDIR) {
|
|||
# find out if curl source dir has an in-tree c-ares repo
|
||||
$have_embedded_ares = 1 if (-f "$CURLDIR/ares/GIT-INFO");
|
||||
} elsif (!$git && -f "$CURLDIR/tests/testcurl.pl") {
|
||||
logit "$CURLDIR is verified to be a fine daily source dir"
|
||||
logit "$CURLDIR is verified to be a fine daily source dir";
|
||||
# find out if curl source dir has an in-tree c-ares extracted tarball
|
||||
$have_embedded_ares = 1 if (-f "$CURLDIR/ares/ares_build.h");
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue