News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Typo in rev11729 makes update.bat fail

Started by Miguel Gimenez, June 10, 2019, 12:39:38 PM

Previous topic - Next topic

Miguel Gimenez

The change to update.bat in revision 11729 missed a quote in the line that copies cb_console_runner.exe:

copy "%CB_DEVEL_DIR%\cb_console_runner.exe "%CB_OUTPUT_DIR%\cb_console_runner.exe" > nul


This generates an invalid path error, and should be:

copy "%CB_DEVEL_DIR%\cb_console_runner.exe" "%CB_OUTPUT_DIR%\cb_console_runner.exe" > nul


I have attached a patch (this patch also corrects some LF line endings).

Revision 11729 also makes my ticket 824 obsolete, please close it.

oBFusCATed

Should be fixed when this batch of commits gets to svn.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]