aboutsummaryrefslogtreecommitdiff
path: root/shell/hush.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/hush.c')
-rw-r--r--shell/hush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c
index 5796f1127..5f9f2c5c1 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -2004,7 +2004,7 @@ static int run_list_real(struct pipe *pi)
2004 insert_bg_job(pi); 2004 insert_bg_job(pi);
2005 } else { 2005 } else {
2006 /* ctrl-C. We just stop doing whatever we were doing */ 2006 /* ctrl-C. We just stop doing whatever we were doing */
2007 putchar('\n'); 2007 bb_putchar('\n');
2008 } 2008 }
2009 rcode = 0; 2009 rcode = 0;
2010 goto ret; 2010 goto ret;