diff --git a/crates/gitbutler-repo/src/repository_ext.rs b/crates/gitbutler-repo/src/repository_ext.rs index 5ee5b4d25e..930e52399a 100644 --- a/crates/gitbutler-repo/src/repository_ext.rs +++ b/crates/gitbutler-repo/src/repository_ext.rs @@ -582,6 +582,7 @@ fn prepare_with_shell(program: impl Into) -> gix::command::Prepare { .with_shell_program(gix::path::env::shell()) // force using a shell, we want access to additional programs here .with_shell() + .with_quoted_command() } else { prepare }