]> granicus.if.org Git - curl/commitdiff
checksrc.bat: Fixed incorrect 'lib\vtls' path check in commit 333c36b276
authorSteve Holme <steve_holme@hotmail.com>
Sat, 8 Aug 2015 19:48:31 +0000 (20:48 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 8 Aug 2015 20:01:29 +0000 (21:01 +0100)
projects/checksrc.bat

index 43fea12587f7523b0b95f2f1cf022cb97f356761..6ec87349c4d816e7821895d45de8156666a421eb 100644 (file)
@@ -73,8 +73,8 @@ rem ***************************************************************************
     for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\*.h.*" /b') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SRC_DIR%\lib" -Wcurl_config.h.cmake "%%i"
   )
 
-  rem Check the vtls directory
-  if exist %SRC_DIR%\vtls (
+  rem Check the lib\vtls directory
+  if exist %SRC_DIR%\lib\vtls (
     for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vtls\*.c.*" /b') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SRC_DIR%\lib\vtls" "%%i"
     for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vtls\*.h.*" /b') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SRC_DIR%\lib\vtls" "%%i"
   )