Skip to content

Commit

Permalink
Assure paths used in shells for signing program are quoted. (#5839)
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jan 24, 2025
1 parent dec7a57 commit 580d07b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/gitbutler-repo/src/repository_ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,7 @@ fn prepare_with_shell(program: impl Into<OsString>) -> 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
}
Expand Down

0 comments on commit 580d07b

Please sign in to comment.