auto merge of #5542 : catamorphism/rust/issue-4983, r=catamorphism
This commit is contained in:
commit
125cdf52cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue