Fix rustup and cargo install-update execution
This commit is contained in:
		@@ -148,6 +148,7 @@ impl Cmd {
 | 
			
		||||
        let mut cmd = Command::new(&self.exe);
 | 
			
		||||
        cmd.args(&self.params)
 | 
			
		||||
            .env_clear()
 | 
			
		||||
            .env("PATH", std::env!("PATH"))
 | 
			
		||||
            .envs(&self.env)
 | 
			
		||||
            // .stdout(cfg)
 | 
			
		||||
            // .stderr(cfg)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user