User forums > General (but related to Code::Blocks)

src/update.bat change typo

(1/1)

everSome:
The new function at the end of src/update.bat, namely

:copySvgFiles - create a directory and copy avg files to it
setlocal
echo Copy svg files from %~1 to %~1
call:mkdirSilent %~2\svg
xcopy /D /y %~1\svg\*.svg %~2\svg > nul
endlocal
GOTO:EOF

would seem to have a typo in the echo line, perhaps it should be:

echo Copy svg files from %~1 to %~2

Miguel Gimenez:
Fixed in r12938, thankk you.

Navigation

[0] Message Index

Go to full version