diff options
Diffstat (limited to 'shell/cmdedit.c')
-rw-r--r-- | shell/cmdedit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/cmdedit.c b/shell/cmdedit.c index 8115e5259..94b8fc7b1 100644 --- a/shell/cmdedit.c +++ b/shell/cmdedit.c @@ -135,7 +135,7 @@ void clean_up_and_die(int sig) cmdedit_reset_term(); fprintf(stdout, "\n"); if (sig!=SIGINT) - exit(TRUE); + exit(EXIT_SUCCESS); } /* Go to HOME position */ |