Rev 78 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 78 | Rev 79 | ||
---|---|---|---|
Line 351... | Line 351... | ||
351 | ) |
351 | ) |
352 | pushd . |
352 | pushd . |
353 | if exist "%addondir%\%vacagrpname%" chdir /d %addondir% |
353 | if exist "%addondir%\%vacagrpname%" chdir /d %addondir% |
354 | if exist "%exedir%\%vacagrpname%" chdir /d %exedir% |
354 | if exist "%exedir%\%vacagrpname%" chdir /d %exedir% |
355 | echo ea0a9a77b9aee6edce76afa19eaea3a810fb2390 *%vacagrpname% | "%sha1sum%" --status --check - |
355 | echo ea0a9a77b9aee6edce76afa19eaea3a810fb2390 *%vacagrpname% | "%sha1sum%" --status --check - |
356 | if "%ERRORLEVEL%"=="0" set version=full && popd && goto :eof |
356 | if "%ERRORLEVEL%"=="0" set version=full&& popd && goto :eof |
357 | if "%ERRORLEVEL%"=="1" echo 65b8b787616ed637f86cfcaa90de24c8e65b3dcc *%vacagrpname% | "%sha1sum%" --status --check - |
357 | if "%ERRORLEVEL%"=="1" echo 65b8b787616ed637f86cfcaa90de24c8e65b3dcc *%vacagrpname% | "%sha1sum%" --status --check - |
358 | if "%ERRORLEVEL%"=="0" set version=megaton && call :conprotect && popd && goto :eof |
358 | if "%ERRORLEVEL%"=="0" set version=megaton&& call :conprotect && popd && goto :eof |
359 | if "%ERRORLEVEL%"=="1" set version=unknown |
359 | if "%ERRORLEVEL%"=="1" set version=unknown |
360 | popd |
360 | popd |
361 | goto :eof |
361 | goto :eof |
362 | 362 | ||
363 | :grpchecksum_results |
363 | :grpchecksum_results |