commitmonitor Code
Monitor your SVN repositories and notifies you on new commits
Brought to you by:
steveking
changed | /trunk/tools/coverity.bat |
--- a/trunk/tools/coverity.bat +++ b/trunk/tools/coverity.bat @@ -4,7 +4,7 @@ pushd %~dp0 rem you can set the COVDIR variable to your coverity path -if not defined COVDIR set "COVDIR=C:\cov-analysis-win32-7.5.0" +if not defined COVDIR set "COVDIR=C:\cov-analysis-win32" if defined COVDIR if not exist "%COVDIR%" ( echo. echo ERROR: Coverity not found in "%COVDIR%"