From: Daniel Stenberg Date: Thu, 19 Feb 2004 16:24:22 +0000 (+0000) Subject: Tor Arntsen's tiny fix! X-Git-Tag: curl-7_11_1~288 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d765a00adbc9b0a748279f88a3b7f40f7f22426d;p=thirdparty%2Fcurl.git Tor Arntsen's tiny fix! --- diff --git a/testcurl.sh b/testcurl.sh index 61a23690c3..be7109357e 100755 --- a/testcurl.sh +++ b/testcurl.sh @@ -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"