Subversion Repositories nw_plus

Compare Revisions

Regard whitespace Rev 46 → Rev 47

/nw_plus/NWinter.bat
160,9 → 160,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