Subversion Repositories vaca_plus

Compare Revisions

Regard whitespace Rev 39 → Rev 40

/vaca_plus/Caribbean.bat
156,7 → 156,6
if not "%svnpath%"=="0" if exist ".svn" svn update
cd /d "%addonhrpdir%"
if not "%svnpath%"=="0" if exist ".svn" svn update
set svnpath=
 
goto end
 
273,8 → 272,12
goto novacagrp_return
 
:grpchecksum
if not exist "%addondir%\utils\windows\win32\sha1sum.exe" (
echo "%addondir%\utils\windows\win32\sha1sum.exe" not found.
goto :eof
)
echo ea0a9a77b9aee6edce76afa19eaea3a810fb2390 *vacation.grp | "%addondir%\utils\windows\win32\sha1sum.exe" --status --check -
if "%ERRORLEVEL%"=="0" set version=full
if "%ERRORLEVEL%"=="0" set version=full && goto :eof
if "%ERRORLEVEL%"=="1" set version=unknown
goto :eof
 
428,6 → 431,10
goto restart
 
:checksum
if not exist "%addondir%\utils\windows\win32\sha1sum.exe" (
echo "%addondir%\utils\windows\win32\sha1sum.exe" not found.
goto :eof
)
if not exist "%~2" goto :eof
echo %~1 *%~2 | "%addondir%\utils\windows\win32\sha1sum.exe" --status --check -
if "%ERRORLEVEL%"=="0" (
556,11 → 563,6
 
:end
echo.
set version=
set editor=
set xxx=
set dp=
set debug=
popd
@title %ComSpec%
@color 07