1
Fork 0
rust/src/libstd/sys
bors 9006db1fb0 Auto merge of #42436 - ollie27:win_spawn_name, r=alexcrichton
Always quote program name in Command::spawn on Windows

[`CreateProcess`](https://msdn.microsoft.com/en-us/library/windows/desktop/ms682425.aspx) will interpret args as part of the binary name if it
doesn't find the binary using just the unquoted name. For example if
`foo.exe` doesn't exist, `Command::new("foo").arg("bar").spawn()` will
try to launch `foo bar.exe` which is clearly not desired.
2017-06-06 08:38:50 +00:00
..
redox Switch to repr(C) for syscall structs 2017-06-02 20:57:46 -06:00
unix [fuchsia] Track change of mx_job_default 2017-06-05 11:27:31 -07:00
windows Always quote program name in Command::spawn on Windows 2017-06-04 21:47:24 +01:00
mod.rs sys/mod doc update and mod import order adjust 2017-02-15 18:42:18 +08:00