Subversion Repositories vaca_plus

Compare Revisions

Regard whitespace Rev 49 → Rev 50

/vaca_plus/Caribbean.bat
159,9 → 159,9
if "%svnpath%"=="0" for %%S in (svn.exe) do if exist "%%~dp$PATH:S" set svnpath=%%~dp$PATH:S
 
chdir /d "%addondir%"
if not "%svnpath%"=="0" if exist ".svn" svn update
if not "%svnpath%"=="0" if exist ".svn" "%svnpath%\svn.exe" update
chdir /d "%addonhrpdir%"
if not "%svnpath%"=="0" if exist ".svn" svn update
if not "%svnpath%"=="0" if exist ".svn" "%svnpath%\svn.exe" update
 
goto end