Fixed line endings in windows update_patches

This commit is contained in:
LexManos 2012-02-24 20:29:49 -08:00
parent a50f2a094d
commit fbc9fe73d7

View file

@ -47,6 +47,8 @@ for /f %%i in ('find conf -depth -empty -type d') do (
)
xcopy ..\conf conf /E /I /Y
tr -d \r < ../conf/mcp.cfg > conf/mcp.cfg
tr -d \r < ../conf/patches/Start.java > conf/patches/Start.java
echo Finished
pause