mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Tor Arntsen's tiny fix!
This commit is contained in:
parent
de37308722
commit
d765a00adb
@ -218,7 +218,7 @@ if { grep "define USE_ARES" lib/config.h; } then
|
||||
cd ares
|
||||
make 2>&1 | sed -e "s:$pwd::g"
|
||||
|
||||
if [ -f libcares.a]; then
|
||||
if [ -f libcares.a ]; then
|
||||
log "ares is now built successfully"
|
||||
else
|
||||
log "ares build failed"
|
||||
|
Loading…
Reference in New Issue
Block a user