auto merge of #5542 : catamorphism/rust/issue-4983, r=catamorphism

This commit is contained in:
bors 2013-03-26 04:42:57 -07:00
commit 125cdf52cd

View file

@ -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,