oconnor663 / duct.rs

a Rust library for running child processes
MIT License
819 stars 34 forks source link

use path join with cwd instead of canonicalize? #30

Open oconnor663 opened 7 years ago

oconnor663 commented 7 years ago

Though its not actually clear to me that the getcwd system call does anything different from canonicalize. Should check that out.