summaryrefslogtreecommitdiff
path: root/shell/cmdedit.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/cmdedit.c')
-rw-r--r--shell/cmdedit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/cmdedit.c b/shell/cmdedit.c
index 8115e52..94b8fc7 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 */