mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-03 01:16:14 +03:00
auto merge of #5542 : catamorphism/rust/issue-4983, r=catamorphism
This commit is contained in:
+1
-1
@@ -182,7 +182,7 @@ fn with_dirp<T>(d: &Option<~str>,
|
||||
*
|
||||
* # Return value
|
||||
*
|
||||
* The process id
|
||||
* The process's exit code
|
||||
*/
|
||||
pub fn run_program(prog: &str, args: &[~str]) -> int {
|
||||
let pid = spawn_process(prog, args, &None, &None,
|
||||
|
||||
Reference in New Issue
Block a user