Path does not have to be set by login

This commit is contained in:
Jeremy Soller
2016-10-14 21:10:41 -06:00
parent b556eefe60
commit 3b7448c8fd
-1
View File
@@ -76,7 +76,6 @@ pub fn main() {
command.env("USER", &user);
command.env("HOME", passwd.home);
command.env("PATH", "file:bin");
match command.spawn() {
Ok(mut child) => match child.wait() {