aboutsummaryrefslogtreecommitdiff
path: root/shell/lash.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/lash.c')
-rw-r--r--shell/lash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/lash.c b/shell/lash.c
index f91bec254..aba9c0a2e 100644
--- a/shell/lash.c
+++ b/shell/lash.c
@@ -243,7 +243,7 @@ static int builtin_exit(struct child_prog *child)
243 if (child->argv[1] == NULL) 243 if (child->argv[1] == NULL)
244 exit(EXIT_SUCCESS); 244 exit(EXIT_SUCCESS);
245 245
246 exit (atoi(child->argv[1])); 246 exit(atoi(child->argv[1]));
247} 247}
248 248
249/* built-in 'fg' and 'bg' handler */ 249/* built-in 'fg' and 'bg' handler */