提交 acab1cd2 编写于 作者: B Brian Anderson

Fix more windows breakage

上级 690525ed
...@@ -973,8 +973,8 @@ fn homedir() { ...@@ -973,8 +973,8 @@ fn homedir() {
setenv(~"USERPROFILE", ~"/home/PaloAlto"); setenv(~"USERPROFILE", ~"/home/PaloAlto");
assert os::homedir() == Some(Path("/home/MountainView")); assert os::homedir() == Some(Path("/home/MountainView"));
option::iter(oldhome, |s| setenv(~"HOME", s)); option::iter(&oldhome, |s| setenv(~"HOME", s));
option::iter(olduserprofile, option::iter(&olduserprofile,
|s| setenv(~"USERPROFILE", s)); |s| setenv(~"USERPROFILE", s));
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册