Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Typo in rev11729 makes update.bat fail

(1/1)

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


--- Code: ---copy "%CB_DEVEL_DIR%\cb_console_runner.exe "%CB_OUTPUT_DIR%\cb_console_runner.exe" > nul

--- End code ---

This generates an invalid path error, and should be:


--- Code: ---copy "%CB_DEVEL_DIR%\cb_console_runner.exe" "%CB_OUTPUT_DIR%\cb_console_runner.exe" > nul

--- End code ---

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.

Navigation

[0] Message Index

Go to full version