Rev 73 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 73 | Rev 74 | ||
---|---|---|---|
Line 239... | Line 239... | ||
239 | ) |
239 | ) |
240 | pushd . |
240 | pushd . |
241 | if exist "%addondir%\%nwgrpname%" chdir /d %addondir% |
241 | if exist "%addondir%\%nwgrpname%" chdir /d %addondir% |
242 | if exist "%exedir%\%nwgrpname%" chdir /d %exedir% |
242 | if exist "%exedir%\%nwgrpname%" chdir /d %exedir% |
243 | echo a6728f621f121f9db02ee67c39efdbb5eea95711 *%nwgrpname% | "%sha1sum%" --status --check - |
243 | echo a6728f621f121f9db02ee67c39efdbb5eea95711 *%nwgrpname% | "%sha1sum%" --status --check - |
244 | if "%ERRORLEVEL%"=="0" set version=full && popd && goto :eof |
244 | if "%ERRORLEVEL%"=="0" set version=full&& popd && goto :eof |
245 | if "%ERRORLEVEL%"=="1" echo 1b33b2cbb7101b5b18b15855392f55575413ecc3 *%nwgrpname% | "%sha1sum%" --status --check - |
245 | if "%ERRORLEVEL%"=="1" echo 1b33b2cbb7101b5b18b15855392f55575413ecc3 *%nwgrpname% | "%sha1sum%" --status --check - |
246 | if "%ERRORLEVEL%"=="0" set version=demo && popd && goto :eof |
246 | if "%ERRORLEVEL%"=="0" set version=demo&& popd && goto :eof |
247 | if "%ERRORLEVEL%"=="1" set version=unknown |
247 | if "%ERRORLEVEL%"=="1" set version=unknown |
248 | popd |
248 | popd |
249 | goto :eof |
249 | goto :eof |
250 | 250 | ||
251 | :grpchecksum_results |
251 | :grpchecksum_results |