aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtestcurl.sh2
1 files changed, 1 insertions, 1 deletions
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"