]> granicus.if.org Git - curl/commitdiff
fix typo
authorYang Tse <yangsita@gmail.com>
Mon, 19 Feb 2007 19:46:07 +0000 (19:46 +0000)
committerYang Tse <yangsita@gmail.com>
Mon, 19 Feb 2007 19:46:07 +0000 (19:46 +0000)
tests/testcurl.pl

index 00cb4ad9fcdfdb057bc0c41c008c344a696cbf9e..4209954aa243deea006f6517bbc6d0cebf35ccfb 100755 (executable)
@@ -285,7 +285,7 @@ $pwd = cwd();
 # libcurl timestamp is present in curlver.h only if this isn't a CVS version.
 # If no timestamp available in curlver.h then we are building from CVS and we
 # will use current UTC build time as the CVS version timestamp.
-if ((-f "$CURLDIR/include/curl/curlver.hh") &&
+if ((-f "$CURLDIR/include/curl/curlver.h") &&
     (grepfile("define LIBCURL_TIMESTAMP",
               "$CURLDIR/include/curl/curlver.h")) &&
     (open(F, "<$CURLDIR/include/curl/curlver.h"))) {