]> granicus.if.org Git - curl/commitdiff
Tor Arntsen's tiny fix!
authorDaniel Stenberg <daniel@haxx.se>
Thu, 19 Feb 2004 16:24:22 +0000 (16:24 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 19 Feb 2004 16:24:22 +0000 (16:24 +0000)
testcurl.sh

index 61a23690c37a695130bac656e9c9f20086d1f3f3..be7109357e468ed4de8f173089921792dac733b4 100755 (executable)
@@ -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"