Skip to content

Commit

Permalink
message quit modified
Browse files Browse the repository at this point in the history
  • Loading branch information
ggjulio committed Sep 20, 2020
1 parent 7f087e0 commit 54d5750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions srcs/shell/shell_signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* By: juligonz <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/08/31 18:49:36 by hwinston #+# #+# */
/* Updated: 2020/09/20 18:36:23 by juligonz ### ########.fr */
/* Updated: 2020/09/20 19:36:15 by juligonz ### ########.fr */
/* */
/* ************************************************************************** */

Expand All @@ -28,7 +28,7 @@ void sigquit_handler(int sig)
(void)sig;
wait(&g_sh.status);
if (g_sh.status == STATUS_CTRL_BACKSLASH)
ft_dprintf(2, "Quit: 3\n");
ft_dprintf(2, "Quit (core dumped)\n");
}

int set_signal(void)
Expand Down

0 comments on commit 54d5750

Please sign in to comment.