From 86c241ee550fd469a1ee2857c7cfcedf4bba9daa Mon Sep 17 00:00:00 2001 From: Keith Simmons Date: Sun, 10 Jan 2021 23:36:53 -0800 Subject: [PATCH] I hate everything --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index e2508c5..4d07612 100644 --- a/src/main.rs +++ b/src/main.rs @@ -144,7 +144,7 @@ fn main() { if let Ok(path) = std::process::Command::new(shell) .arg("-c") .arg(cmd) - .output() + .output() { env::set_var("PATH", std::str::from_utf8(&path.stdout).unwrap()); }