diff --git a/crates/bws/src/main.rs b/crates/bws/src/main.rs index b8ff9ecf2..0a640ea93 100644 --- a/crates/bws/src/main.rs +++ b/crates/bws/src/main.rs @@ -686,7 +686,7 @@ async fn process_commands() -> Result<()> { unreachable!(); }; - let mut command = process::Command::new(&shell); + let mut command = process::Command::new(shell); command .arg("-c") .arg(&user_command)