Subversion Repositories nw_plus

Compare Revisions

Regard whitespace Rev 47 → Rev 46

/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" "%svnpath%\svn.exe" update
if not "%svnpath%"=="0" if exist ".svn" svn update
chdir /d "%addonhrpdir%"
if not "%svnpath%"=="0" if exist ".svn" "%svnpath%\svn.exe" update
if not "%svnpath%"=="0" if exist ".svn" svn update
 
goto end