testcurl.pl: fix missing semicolon
authorNeil Bowers <neil@bowers.com>
Mon, 2 Jul 2012 21:22:10 +0000 (23:22 +0200)
committerYang Tse <yangsita@gmail.com>
Mon, 2 Jul 2012 21:25:30 +0000 (23:25 +0200)
tests/testcurl.pl

index 468e4e6..a24f2f6 100755 (executable)
@@ -368,7 +368,7 @@ if (-d $CURLDIR) {
     # find out if curl source dir has an in-tree c-ares repo
     $have_embedded_ares = 1 if (-f "$CURLDIR/ares/GIT-INFO");
   } elsif (!$git && -f "$CURLDIR/tests/testcurl.pl") {
-    logit "$CURLDIR is verified to be a fine daily source dir"
+    logit "$CURLDIR is verified to be a fine daily source dir";
     # find out if curl source dir has an in-tree c-ares extracted tarball
     $have_embedded_ares = 1 if (-f "$CURLDIR/ares/ares_build.h");
   } else {