ksud: fix windows build again

This commit is contained in:
tiann
2023-04-04 14:59:17 +08:00
parent effcaf0cde
commit 693d827144

View File

@@ -182,6 +182,7 @@ pub fn root_shell() -> Result<()> {
let mut command = &mut Command::new(&shell);
#[cfg(unix)]
if !preserve_env {
// This is actually incorrect, i don't know why.
// command = command.env_clear();