diff --git a/42sh/Makefile b/42sh/Makefile index 2a56b80e..425f7b38 100644 --- a/42sh/Makefile +++ b/42sh/Makefile @@ -6,7 +6,7 @@ # By: wescande +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2016/08/29 21:32:58 by wescande #+# #+# # -# Updated: 2017/03/15 18:07:26 by jhalford ### ########.fr # +# Updated: 2017/03/15 18:11:31 by jhalford ### ########.fr # # # # **************************************************************************** # diff --git a/42sh/src/exec/process_setgroup.c b/42sh/src/exec/process_setgroup.c index 059e4f4a..575edca9 100644 --- a/42sh/src/exec/process_setgroup.c +++ b/42sh/src/exec/process_setgroup.c @@ -6,7 +6,7 @@ /* By: jhalford +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2016/12/13 17:48:10 by jhalford #+# #+# */ -/* Updated: 2017/03/13 23:33:06 by jhalford ### ########.fr */ +/* Updated: 2017/03/15 18:11:49 by jhalford ### ########.fr */ /* */ /* ************************************************************************** */ @@ -25,10 +25,7 @@ int process_setgroup(t_process *p, pid_t pid) return (0); DG("setpgid(%i, %i)", pid, j->pgid); if (setpgid(pid, j->pgid) == -1) - { ft_dprintf(2, "{red}%s: internal setpgid() errno=%i{eoc}\n", SHELL_NAME, errno); - perror(""); - } if (pid == 0 && JOB_IS_FG(j->attrs)) { DG("tcsetpgrp[%i]", j->pgid); diff --git a/42sh/src/job-control/job_wait.c b/42sh/src/job-control/job_wait.c index 35a053e9..bc1d9f02 100644 --- a/42sh/src/job-control/job_wait.c +++ b/42sh/src/job-control/job_wait.c @@ -6,7 +6,7 @@ /* By: jhalford +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2016/12/15 11:49:05 by jhalford #+# #+# */ -/* Updated: 2017/03/15 17:55:00 by jhalford ### ########.fr */ +/* Updated: 2017/03/15 18:11:50 by jhalford ### ########.fr */ /* */ /* ************************************************************************** */