From d765a00adbc9b0a748279f88a3b7f40f7f22426d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 19 Feb 2004 16:24:22 +0000 Subject: [PATCH] Tor Arntsen's tiny fix! --- testcurl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testcurl.sh b/testcurl.sh index 61a23690c..be7109357 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" -- 2.50.1