Jump to content

'sync' console command breaks when args have spaces


photo
Go to solution Solved by silent,

Recommended Posts

Hello,

When the command passed to 'sync' works with args containing spaces, the 'sync' command will repeat the command without escaping the args with quotes, hence breaking the command.

>sync mycmd "arg1 with spaces"  "arg2 also with spaces"

will be executed as

>mycmd arg1 with spaces arg2 also with spaces

This breaks the parsing of mycmd.

Link to comment
  • Solution

Hi Stephane,

Thank you for the bug report!

he command parser in Syncker indeed fails to correctly read line in this case. We have already fixed this issue in the internal build. This bug fix will also be included in the upcoming 2.19.1 update later this Autumn.

Please let us know if you need a patch for that issue, and specify which engine version is required.

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Link to comment
×
×
  • Create New...