aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-19 16:24:22 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-19 16:24:22 +0000
commitd765a00adbc9b0a748279f88a3b7f40f7f22426d (patch)
tree81b4169a8e206974fda5a74656fad024e825c6a8
parentde37308722873ce8bbabd20017848484089696f3 (diff)
Tor Arntsen's tiny fix!
-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"