On 21. 4. 2018 17:38, Brian Inglis wrote: > See my other post in this thread where strace shows @ handling is not involved, > as the script directory and name are normalized and converted to a win32 path > correctly, but child_info_spawn::worker does not appear to quote args with > spaces (or apostrophes) when building the command line, despite the comment near > the top of the function. Do you have a test case for this? In my testing, paths with spaces (like 'x y' instead of '@ x') work just fine. -- David Macek