Comment 2 for bug 726828

Revision history for this message
Krzysztof Kościuszkiewicz (k-kosciuszkiewicz) wrote :

Proposed fix on gsch2pcb side:
* keep a GList of .sch files instead lumping them into a single string
* allow contents of schematics option to be quoted (use g_shell_parse_argv() for that)
* replace g_spawn_command_line_sync with a helper function allowing to eliminate shell interpretation of the command line

Patch set is attached.