diff --git a/crates/task/src/shell_builder.rs b/crates/task/src/shell_builder.rs index 074f73a421..5316154a82 100644 --- a/crates/task/src/shell_builder.rs +++ b/crates/task/src/shell_builder.rs @@ -288,7 +288,7 @@ impl ShellBuilder { combined_command.push_str(") { - combined_command.insert_str(0, "`$null | & {"); + combined_command.insert_str(0, "$null | & {"); combined_command.push_str("}"); } ShellKind::Cmd => {