mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 22:21:15 -03:00
committed by
Johannes Altmanninger
parent
a08dd70354
commit
b5cd2763db
@@ -116,7 +116,7 @@ pub fn new(
|
||||
};
|
||||
|
||||
// Set our flags.
|
||||
let mut flags: i32 = 0;
|
||||
let mut flags = 0;
|
||||
flags |= libc::POSIX_SPAWN_SETSIGDEF;
|
||||
flags |= libc::POSIX_SPAWN_SETSIGMASK;
|
||||
if desired_pgid.is_some() {
|
||||
|
||||
Reference in New Issue
Block a user