mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 15:01:16 -03:00
Revert "Fixed exec failure regression"
This reverts commit 8b8a21dcad.
It was meant for the major branch.
This commit is contained in:
@@ -250,9 +250,8 @@ static int handle_child_io(const io_chain_t &io_chain) {
|
||||
}
|
||||
|
||||
int setup_child_process(job_t *j, process_t *p, const io_chain_t &io_chain) {
|
||||
bool ok = true;
|
||||
bool ok = false;
|
||||
|
||||
//p is zero when EXEC_INTERNAL
|
||||
if (p) {
|
||||
ok = child_set_group(j, p);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user